Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- RewriteRule ^(.*)$ redirect and index page trouble.


abates - 12:19 am on Aug 10, 2006 (gmt 0)


Change those to lines to:

RewriteCond %{REQUEST_URI}!index.shtml$ [NC]
RewriteRule ^(.*)$ http-//$1.id.hop.domain.net [R=301,L]

You could probably throw the following line in just to make sure:
RewriteCond %{REQUEST_URI}!=/ [NC]


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