Forum Moderators: phranque
But the links in my page www.web.com/aaaaa
are not
www.web.com/yyyyyy
but
my_ip_web/thelink?prev=tools&lang=sale&u=beta......
as they are coming from proxy...
I just want to make a rewriting of the url that comes from the proxy.
to transform the
my_ip_web/thelink?prev=tools&lang=sale&u=beta
into
www.web.com/yyyyyy
Thanx for kind information helping me to do the stuff.
Welcome to WebmasterWorld!
You'll need to change the links on your page to the form "www.web.com/yyyyyy", and then use mod_rewrite to request those pages from your proxied server when someone clicks the link.
Mod_rewrite changes URL requests received from clients by your server before any content is served. Therefore, it can change incoming links, but not the links on your pages.
Jim