All rewrites have been working until I tried passing in a %2F (url encoded /)
htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
URL that does not work:
- /divisions/other%2Fnon-merch/subdivisions
URLs that do work:
- /divisions/womans%27s%20shoes/subdivisions
- /divisions/some-thing/subdivisions
- /departments
- /anything/else/really