![]() |
Redirect help needed..
I want to make the following redirection:
www.mydomain/folder redirected to: www.mydomain/folder/folder2 But when I use a .htaccess Redirect /folder http://www.mydomain.com/folder/folder1 The server goes into an endless loop. I must be going nuts.. What am I doing wrong ? :helpme |
Can anyone help me out here ?
|
use meta redirect?
|
|
heh, obviously.
Redirect /folder will redirect all requests, including /folder/folder2 You could redirect using mod_rewrite Code:
RewriteEngine On |
Quote:
|
Quote:
|
in the page < s c r i p t > window.location='the url'< / s c r i p t >
without the spaces |
Thanks for all help, guys !
Gave Darksoul's option a try, and it worked great. |
http://www.mydomain/folder/index.php >>
<? header("Location: http://www.mydomain/folder/folder2"); ?> |
All times are GMT -7. The time now is 10:13 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123