Thread
:
Lowercase clean urls
View Single Post
#
2
02-14-2010, 06:31 PM
cflsystems
Veteran
Join Date: Apr 2007
Posts: 14,201
Re: Lowercase clean urls
Try this: Open include/func/func.clean_urls.php and find
Code:
return $generated_url;
and replace with
Code:
return strtolower($generated_url);
Backup file first, this is not tested
__________________
Steve Stoyanov
CFLSystems.com
Web Development
cflsystems
View Public Profile
Send a private message to cflsystems
Find all posts by cflsystems