PDA

View Full Version : mod_rewrite Redirection from /forum to /forum/index.php


munnakv
06-22-2009, 01:25 PM
I have a forum and I need help to redirect from directory to index.php

Basically I need to have a mod_redirect redirection from:
http://www.yoursite/forum
and
http://www.yoursite/forum/
to
http://www.yoursite/forum/index.php

Also, which is the .htaccess file to edit?
is it the one in root directory or in the /forum directory?


Regards

munna

Outbackmark
06-22-2009, 02:18 PM
You can do that in CPanel/Redirects.

BSMedia
06-22-2009, 02:41 PM
if you have a .htaccess in your /forum folder use that one.

Other wise place .htaccess in your web root and use it

Where will you be redirecting from and I can build your .htaccess for you if you want, or simply Google 301 .htaccess redirect and you'll get a plethora of information