My 301 redirect via htaccess code is not working sometimes
- by Gagan Modi
The 301 redirect is working sometime and somes time not
What could be the problem in below code its over a week now
RewriteCond %{HTTP_HOST} ^usedcarindelhi\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.usedcarindelhi\.com$
RewriteRule ^/?$ "http\:\/\/www\.mycarhelpline\.com\/index\
.php\?option\=com_usedcar\&view\=category\&Itemid\=3\&location\=delhi" [R=301,L]
i basically need to move usedcarindelhi.com & www.usedcarindelhi.com to
http://www.mycarhelpline.com/index.php?option=com_usedcar&view=category&Itemid=3&location=delhi
Sometimes the 301 redirect is working making me go to mycarhelpline n sometimes am find myself on usedcarindelhi
can someone help in this pls
Thanks