Hi Everyone, I know this should be easy, but for some reason its not working for me :-( I want to redirect http://www.domain. com/newpage.htm to http://subdomain.domain. com/ (I placed a space between . and com) for this thread Can someone please write an example for me? Thank you so much Smokey
Hi Smokey. 1. Do you mean you have tried some solution that doesn't work for you? 2. Did you try redirect 301 /newpage.htm http://subdomain.domain. com/ in .htaccess?
Hi 2WDH Thanks for your reply I have tried several possible .htaccess versions, none seem to create the desired effect. Yes one I tried was "redirect 301 /newpage.htm http://subdomain.domain. com/" Here is one I also tried Redirect 301 http://www.mightygrip.com/pole-dancing.htm http://www.mightygrip.com/pole-dancing.htm Code (markup): Thanks for any help you can provide Smokey
I have tried several, but here is the most recent effort. rewriteengine on rewritecond %{HTTP_HOST} ^mightygrip.com$ rewriterule ^(.*)$ "http\:\/\/www\.mightygrip\.com\/$1" [R=301,L] #4e432a55b0589 Redirect 301 /pole-dancing.htm http://mightygrip.com/pole-dancing.htm Code (markup):
It does 2WDH, thanks for your help. I guess I have been staring at my monitor for too many hours today. Have a great weekend