I'm using mod_proxy/mod_rewrite to redirect requests to a specific
script which handles them. For example:
<Proxy *>
RewriteEngine on
RewriteCond %{HTTP_HOST} !^123.123.123.123 [NC]
RewriteRule $(.+) http://123.123.123.123/myscript?url="">
</Proxy>
This is working great. The question is, can I hide that redirection
(http://123.123.123.123/myscript?url="">) and keep the
requested url in the address bar somehow?
Regards,
Marcos
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
" from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx