Sep 18, 2013 #1 grapeseed Programmer Joined Sep 15, 2013 Messages 4 Location RS I want Apache to redirect links in the page like < a href = http://site.com/something> to < a href = http://site.com/something>. It works with relative URLs using RedirectMatch, but not for absolute.
I want Apache to redirect links in the page like < a href = http://site.com/something> to < a href = http://site.com/something>. It works with relative URLs using RedirectMatch, but not for absolute.
Sep 20, 2013 #2 ChrisHirst IS-IT--Management Joined Nov 23, 2001 Messages 8,049 Location GB The difference being? And Apache cannot/does not change the links in the document, it can only redirect incoming URL requests. Chris. Indifference will be the downfall of mankind, but who cares? Time flies like an arrow, however, fruit flies like a banana. Webmaster Forum Upvote 0 Downvote
The difference being? And Apache cannot/does not change the links in the document, it can only redirect incoming URL requests. Chris. Indifference will be the downfall of mankind, but who cares? Time flies like an arrow, however, fruit flies like a banana. Webmaster Forum