Yeah, I already have this code "DirectoryIndex Forum-The-Lounge.html index.php" at the top of my .htaccess
And I want my site to redirect into a sub-forum like http://mebes.net? My site is http://frutes.net however it won't redirect, any idea why?
|
Yeah, I already have this code "DirectoryIndex Forum-The-Lounge.html index.php" at the top of my .htaccess And I want my site to redirect into a sub-forum like http://mebes.net? My site is http://frutes.net however it won't redirect, any idea why? |
|||||||
|
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
You can do a redirect in your .htaccess file with the Redirect directive.
If this is a permanent change then put |
|||
|
|
|
Are you trying to redirect visitors to a new forum you setup? If so why not use php header() or meta refresh. You can't redirect by setting a new DirectoryIndex file. Maybe if you set your root folder to that and left your Directory Index to index.php but i'm not sure what else you have in your .htaccess. |
|||
|
|