Jump to content

htaccess redirect problem


bubster119

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.