Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- Redirect from one domain to another


JohnKelly - 4:36 am on Apr 23, 2010 (gmt 0)


Code was messed up:


Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^images.olddomain.com$ [NC]
RewriteRule ^(.*)$ http://images.newdomain.com/$1 [R=301,L]


Thread source:: http://www.webmasterworld.com/apache/4120454.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com