Jump to content

.htaccess issues


germs12

Recommended Posts

Hey Everybody!

I am having some simple (i hope) issues with .htaccess file and was wondering if I could get some direction...

I have a site: www.example1.com that has sub domains sub1.example1.com, sub2.example.com, etc...
What I need to do is redirect from www.example1.com -> www.example2.com, but not redirect when I hit the sub domain sub1.example1.com or sub2.example1.com

I have currently have [code]RedirectMatch temp ^/$ http://www.example2.com
Redirect /sub1 http://sub1.example1.com [/code]  But the second Redirect does not seem to work, its like it is overridden by the first one (and yes, i have swapped the two to see if order matters).  I have searched lots of pages that discuss redirection, but no sites seem to cover sub-domains and multiple sites.

Thanks in advance for any help freaks!
Link to comment
https://forums.phpfreaks.com/topic/34285-htaccess-issues/
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.