Page is a not externally linkable
Vishal - 6:13 pm on Aug 20, 2009 (gmt 0)
Thanks for the code, however for some reason it does not seem to work. It is not redirecting at all and keeping me on the original page. Here is the current htaccess file RewriteEngine on Any idea on what might be wrong? Thanks.
Hi Jim, AddType text/html .html
AddHandler server-parsed .html
AddHandler server-parsed .htm
#
# Redirect IE 5 and IE 6 requests to version-specific subdomains
RewriteCond %{HTTP_USER_AGENT} MSIE\ ([56])\.
RewriteRule ^(.*)$ [myredirecturllocation.com...] [R=302,L]