Page is a not externally linkable
jdMorgan - 1:52 am on Mar 4, 2003 (gmt 0)
No problem... Just remember, start small. For example, redirect a non-existent URL to your home page as an initial experiment: HTH,
ga_ga,
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^no\_such\_file\.html$ /index.html [R=301,L]
Then request that non-existent "no_such_file.html" page in your browser, and you should get index.html instead.
When that works, build up from there.
Jim