bubster119 Posted March 13, 2007 Share Posted March 13, 2007 Hi, does anyone have any smart ideas on how to stop a directory from redirecting? Heres what i'm trying to achieve: i've got a client folder on my server which I want to redirect to the domain root- which i've sorted with "Redirect /client http://yoursite.com/" and i works fine, apart from the fact that the subfolders of the client have inherited the redirect function. So if the user browses to www.yoursite.com/client/client01/index.htm htaccess redirects them to www.yoursite.com/client01/index.htm but I don't want to redirect the subfolders contained within the "client" folder. So do I just need to amend the htaccess file in the client folder to include "Redirect /client http://yoursite.com/client/" to redirect traffic to the same path or is there a tidier way to do it- like a stop redirect function or something. Thanks in advance for any help. Link to comment https://forums.phpfreaks.com/topic/42556-htaccess-redirect-problem/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.