Hello I am redirecting Apache mobile clients to the mobile site. But the files like cs,js,font,img are not working.
Can you help with this ?
config:
RewriteCond %{HTTP_USER_AGENT} ^.*(android|iPhone).*$ [NC]
RewriteRule ^ /msite/$1 [R=301,L]
Hello I am redirecting Apache mobile clients to the mobile site. But the files like cs,js,font,img are not working.
Can you help with this ?
config:
RewriteCond %{HTTP_USER_AGENT} ^.*(android|iPhone).*$ [NC]
RewriteRule ^ /msite/$1 [R=301,L]