Difference between revisions of "Apache Rewrite"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "<ref>http://tkurek.blogspot.com/2013/06/252f-instead-of-2f-in-url-apache.html</ref> I was scratching my head as to why %2 was being turned into %252 after a migration from one...")
(No difference)

Revision as of 18:29, 29 June 2018

[1] I was scratching my head as to why %2 was being turned into %252 after a migration from one vhost to another. Found out I needed to add [NE] to the rewrite rule in order for the slashed to be registered correctly.