Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Problem mod_rewrite

Quote Reply
Problem mod_rewrite
Rewrite function doesn't work:

Module mod_rewrite is installed

httpd.conf is modified : PerlFreshRestart On

PerlRequire /..../startup.pl (with use lib '/...../admin';
require GForum::mod_perl;
<Location .................
</Location>

All path's are correct.

What to do?? My technical support did this, but now we are stuck.
Quote Reply
Re: [Pieter88] Problem mod_rewrite In reply to
What rewrite are you trying to set up? The search_engine template rewrite?

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] Problem mod_rewrite In reply to
Probably the problem is going to be solved. The top links are still cgi, but the content of the forums is now static html. Although we get page not found, but there is progress. What else do I have to modify besides the httpd.conf. Are there special templates for the mod_rewrite? If so, how to get them?
Quote Reply
Re: [Pieter88] Problem mod_rewrite In reply to
Problem is solved. Top links should be cgi and no special templates needed anymore.