Help - Search - Members - Calendar
Full Version: Redirect loop
HTMLHelp Forums > Programming > Web Server Configuration
jimlongo
on a unix server how can I redirect the following from mydomain.com/Generals to subdomain.mydomain/Generals

What i have now in my .htaccess file is

RedirectPermanent /Generals http://subdomain.mydomain.com/Generals

also tried

RedirectMatch permanent ^/Generals$ http://subdomain.mydomain.com/Generals



Either gives me a redirect loop that won't resolve.

tia,
jim
pandy
Does the dubdomain live in a subdirectory of the main domain? blink.gif
jimlongo
des id does
Darin McGrew
You can't do it with simple redirects. You can do it with mod_rewrite though. Search for the "Canonical Hostnames" example in the Apache URL Rewriting Guide.
jimlongo
Thanks Darin,

I love the line . . . "With mod_rewrite you either shoot yourself in the foot the first time and never use it again or love it for the rest of your life because of its power."

pandy
Crap. I suspected that was the answer. I realized I nowadays have the same situation as you do. The CP forces the location of subdomains' root folders inside the main domain's folder. I suck at mod_rewrite or anything else that involves regex. ninja.gif
jimlongo
anyway I really like that term dubdomain . . . good name for a nightclub
pandy
Just rub it in... IPB Image
jimlongo
doncha mean wub it in you silly wabbit? IPB Image
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.