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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. grapeseed

    Apache URL redirection

    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.
  2. grapeseed

    Redirection of the links in the page using Apache

    Thanks Hirst. Ive tried RedirectMatch, but it must be conditional, to redirect/rewrite links <a href = oldURL.com/...> to <a href = newURL.com/...> only if the domain of the page is newURL
  3. grapeseed

    Redirection of the links in the page using Apache

    Thanks, I havent, I'll get into it. I want this redirection of links in the page to happen only when w w w.newURL.com/somequery is accessed, but not to happen with the old w w w.oldURL.com/somequery.
  4. grapeseed

    Redirection of the links in the page using Apache

    I am trying to do URL redirection like this using Apache on CentOS: w w w.newURL.com/somequery To display the content of the page w w w.oldURL.com/somequery Except that all of the links in that page like: <a href="http://w w w.oldURL.com/somethingfoo..."> To be rewritten or...

Part and Inventory Search

Back
Top