Revlet Posted December 15, 2009 Share Posted December 15, 2009 I originally wanted to rewrite http://www.professionalteethcleaning.com/ to http://www.professionalteethcleaning.com/home but I decided it would be much easier to simply rewrite all that point to /home just to the / root. If anyone can help that would be appreciated because I tried and failed again. (I originally posted the first one to http://www.phpfreaks.com/forums/index.php/topic,280354.0.html and tried to basically switch it but the syntax doesn't work because I am bad with apache!) Quote Link to comment https://forums.phpfreaks.com/topic/185158-rewrite-domaincomhome-to-domaincom/ Share on other sites More sharing options...
cags Posted December 15, 2009 Share Posted December 15, 2009 Something like this should do the job... RewriteRule ^home/?$ / Quote Link to comment https://forums.phpfreaks.com/topic/185158-rewrite-domaincomhome-to-domaincom/#findComment-977662 Share on other sites More sharing options...
Revlet Posted December 15, 2009 Author Share Posted December 15, 2009 Something like this should do the job... RewriteRule ^home/?$ / Doesn't work Quote Link to comment https://forums.phpfreaks.com/topic/185158-rewrite-domaincomhome-to-domaincom/#findComment-978101 Share on other sites More sharing options...
Revlet Posted December 17, 2009 Author Share Posted December 17, 2009 bump Quote Link to comment https://forums.phpfreaks.com/topic/185158-rewrite-domaincomhome-to-domaincom/#findComment-978823 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.