K_N Posted December 14, 2010 Share Posted December 14, 2010 Right now I'm using the simple RewriteRule ^([A-Za-z0-9-]+)/?$ index.php?nav=$1 [L] to remove query strings from my URLs, but I'd like it to be case insensitive, for example, http://domain.com/foobar/ or http://domain.com/FOOBAR/ would point to the actual url http://domain.com/index.php?nav=fooBar Rather than having to use the exact case. Quote Link to comment https://forums.phpfreaks.com/topic/221677-case-insensitive-clean-urls/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.