How can I change the .htacces file or something to make it so any case URL would work...
http://site.com/TEMPLATE/page.php --- would display the page
http://Site.com/TEmplate/Page.Php --- would diplay the page
http://site.com/tempLate/page.php --- would display the page
What would I do?
Can't test, site is live.
Any case URLs
Moderator: General Moderators
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
Again I can't test, the site is live... would this be right?
Code: Select all
RewriteRule (.*) /$1 [NC]- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida