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. Link to comment https://forums.phpfreaks.com/topic/221677-case-insensitive-clean-urls/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.