Page is a not externally linkable
oLeon - 9:36 am on Mar 17, 2003 (gmt 0)
the first possibilty Where should I implement the kind of redirect, i.e. 301 or whatever? Should it be in the brackets, too?
Just to have understood it completely correct: RewriteRule ^page\.html$ /index.html? [R,L]
is an internal redirect where I can see the required domain in the adress bar,
the second one RewriteRule ^page\.html$ /index.html? [L]
redirects to the main domain.
(Of course, only in the first solution: [R=301,L] - correct?)