1👍
✅
Change
RewriteRule ^(.*)$ http://foo.com/$1 [L,R=301]
To
RewriteRule ^(.*)$ http://foo.com$1 [L,R=301]
Source:stackexchange.com