I want to do an internal redirect. If a user types in eg. in the browser, I want Apache to request instead. I know this is possible with
[tt]RewriteRule ^(.*)$ [/tt]
But I want it to be invisible to the surfer. The URL that was typed in the browser ( should still be visible for the surfer.
So, I don't want Apache to send a 302 Moved but a standard 200 OK and just doing an internal redirect.
Please advice and thanks in advance
Masali
[tt]RewriteRule ^(.*)$ [/tt]
But I want it to be invisible to the surfer. The URL that was typed in the browser ( should still be visible for the surfer.
So, I don't want Apache to send a 302 Moved but a standard 200 OK and just doing an internal redirect.
Please advice and thanks in advance
Masali