Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Internal redirect

Status
Not open for further replies.

Masali

Programmer
Jun 19, 2002
143
SE
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top