up vote 1 down vote favorite
1
share [g+] share [fb]

Is there a way to force mod_rewrite to rewrite URLs in the HTML it gets back from (rewritten) request URL?

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

No. mod_rewrite does now know anything about the content; it operates purely on URIs, Headers and Environment-Variables. If you are using mod_rewrite to proxy content, you might find that mod_proxy_html is what you are looking for.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.