Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- Looking for .htaccess FAQ


jdMorgan - 1:52 am on Mar 4, 2003 (gmt 0)


ga_ga,

No problem... Just remember, start small. For example, redirect a non-existent URL to your home page as an initial experiment:

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.

HTH,
Jim


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