View Single Post
  #2  
Old 02-14-2010, 06:31 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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
Reply With Quote