htaccess q
htaccess q
Out of context: Reply #5
- Started
- Last post
- 6 Responses
- trooperbill0
RewriteEngine on
RewriteBase /RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . / [R=301,L]redirect 301 / http://www.newdomain.com
just in case anyone asks ;) got it off a forum just now.