I have .htaccess file:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} .*Chrome.* [OR]
RewriteCond %{HTTP_USER_AGENT} .*Safari.* [OR]
RewriteCond %{HTTP_USER_AGENT} .*Netscape Navigator.*
RewriteRule .* /igra/ [L,R=301]
It should show to user for those three web browsers (chrome, safari,netscape) web pages locate
in golder /igra/ , but it says 500 error like below:
Internal Server Error Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Any help please...