Mod_Rewrite Hack
Posted by TIG
Re: Mod_Rewrite Hack January 30, 2005 11:23AM |
Admin Registered: 20 years ago Posts: 9,240 |
Re: Mod_Rewrite Hack March 09, 2006 03:39PM |
Registered: 17 years ago Posts: 1 |
Hi.
Do you have mod_rewrite enabled?
For apache2 on Debian go to /etc/apache2/mods-enabled and link the rewrite mod:
ln -s /etc/apache2/mods-available/rewrite.load
Do you have the AllowOverride in your apache conf set to All?
Something like this:
<Directory /webdir/phorum/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
Can you post a relevant part of the error.log so we can see what is going wrong? I copied the above ruleset and it works perfect.
Do you have mod_rewrite enabled?
For apache2 on Debian go to /etc/apache2/mods-enabled and link the rewrite mod:
ln -s /etc/apache2/mods-available/rewrite.load
Do you have the AllowOverride in your apache conf set to All?
Something like this:
<Directory /webdir/phorum/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
Can you post a relevant part of the error.log so we can see what is going wrong? I copied the above ruleset and it works perfect.
Re: Mod_Rewrite Hack November 03, 2006 11:28AM |
Registered: 16 years ago Posts: 4 |
Re: Mod_Rewrite Hack June 27, 2007 10:09AM |
Registered: 15 years ago Posts: 2 |
Hi,
I installed phorum and modified the code in order to get better urls.
You can check the result here :
SEO friendly urls
I can try to create a module or a hack to make this modification public if somebody is interested.
Let me know what you think,
Pierre
I installed phorum and modified the code in order to get better urls.
You can check the result here :
SEO friendly urls
I can try to create a module or a hack to make this modification public if somebody is interested.
Let me know what you think,
Pierre
Re: Mod_Rewrite Hack January 18, 2008 03:24AM |
Registered: 15 years ago Posts: 1 |
Re: Mod_Rewrite Hack January 18, 2008 03:54AM |
Registered: 15 years ago Posts: 2 |
Sorry, only registered users may post in this forum.