Apache doesn’t like escaped slashes (percent-2F)
Friday, September 19th, 2008The URL format Stylish uses for “Find Styles for this Page” correctly escapes slashes - it makes URLs like http://userstyles.org/styles/search/http%3A%2F%2Fgoogle.com. A while back userstyles.org stopped understanding that format. As a workaround, I put in some code to the 404 page that would redirect the user to http://userstyles.org/styles/search/http://google.com, which is a URL that’s not really correct, [...]