Wednesday, March 1, 2017

.htaccess Not Redirecting To requested page

I built an application with laravel and redirected all request from my old-domain.com to my new-domain.com using this line of .htaccess

RewriteCond %{HTTP_HOST} ^(www\.)?old-domain\.com$
RewriteRule (.*) http://ift.tt/2mcInjQ [R=301,L]

But when I visit http://ift.tt/2mE3Yis I get redirected to http://ift.tt/2mcEIT6 instead of to http://ift.tt/2mE3Yis.

Thanks.




via Mesh Manuel

Advertisement