Hi,
i was using this .htaccess file in my old server and worked fine. But as i moved server, its returning a 500 error.
Is there any alternative code for this? my new server is not accepting it for some reason.Code:php_flag mbstring.encoding_translation "On" php_flag session.use_trans_sid "On" <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP_USER_AGENT} !^DoCoMo/ RewriteCond %{HTTP_USER_AGENT} !^UP\.Browser/ RewriteCond %{HTTP_USER_AGENT} !^KDDI- RewriteCond %{HTTP_USER_AGENT} !^J-PHONE/ RewriteCond %{HTTP_USER_AGENT} !^Vodafone/ RewriteCond %{HTTP_USER_AGENT} !^SoftBank/ RewriteCond %{HTTP_USER_AGENT} !^emobile/ RewriteRule ^(.*)$ http://www.vip.net/$1 [R,L] </IfModule>
Thanks.


Reply With Quote
Bookmarks