Forum Moderators: phranque
For example, right now, if I re-direct:
[mysite.com...]
to
[mysite.com...]
Then the visitor will see the second URL, not the first. Is there anyway to keep the "friendly" url on the browser?
Thanks,
Si Chen
RewriteRule /static/([^~].*) [mysite.com...]
There is no [R] at the end right now, and I have to use the site address because it is a re-direct via mod_jk.
Do you have an example by any chance? Thanks,
Si Chen
Is forcing the IP address (host name) causing it to re-write the URL in the browser?
In my access-log, it still shows a result of "200" and not "redirected."
At the very least, does the URL changing in the browser cause search engines to consider it spam?