Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- Redirect pages.


g1smd - 3:05 pm on Mar 1, 2011 (gmt 0)


Several errors in that code. Try:

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^(www\.example\.com)?$
RewriteRule (.*) http://www.example.com/$1 [R=301,L]


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