View Single Post
  #17  
Old 12-22-2014, 03:45 AM
 
Vanaja Vanaja is offline
 

Member
  
Join Date: Dec 2014
Posts: 13
 

Default Re: Clean Url settings

Hi there,

I have upgraded X Cart version to 5.1.9. But still facing an issue with Clean URL generation.

I want my clean urls spaces to be separated by hyphen (-) instead of underscore (_).

I have set "default_separator" value to "-" in [xc5]/etc/config.php file.

I have checked the core files and found that '_' is the default separator is static in the below code.

In this file [xc5]/var/run/classes/XLite/Core/ConverterAbstract.php, check the below line.

'_' => '32,47,92,172,173,8211', # Replace spaces/slashes by the $subst_symbol('_' by default)


Click image for larger version

Name:	cleanurl.png
Views:	683
Size:	20.0 KB
ID:	4025

Can anyone check this and let me know the solution for this problem?

Thanks!
__________________
Vanaja
Reply With Quote