Page is a not externally linkable
matthewamzn - 4:03 pm on Jan 17, 2008 (gmt 0)
RewriteEngine ON [edited by: jdMorgan at 1:30 am (utc) on Jan. 18, 2008]
I'm trying to redirect urls from my old directory to a new subdomain. I put this .htaccess file in the old directory, but it's not working that good in internet explorer.
RewriteRule ^(.*)$ http://subdomain.example.com.com/$1 [R=301,L]
[edit reason] example.com [/edit]