Shopping Cart Software

Shopping Cart Software UK Customised Version of ClickCartPro 6
corner image corner image

Making It Look Like All Pages Come From a Root Level Domain


There are two options available to accomplish this. The first method is the simplest and is recommended. If you use the second option and reload the codebase using the installer this change will be lost.

Either option will require changes to your rewrite rules. See SEOCapability for details.

  1. Move the contents of your KHXC public directory to your root directory then run the installer again to adjust the server paths, URLs and cookie paths.
  2. Edit the file {private}/core/KHXC_Display/KHXC_Display.php. On line 885 you will see:

$href_url = $url['base_href'] . '/';


Right after that add:

$href_url = preg_replace('/\/khxc\/$/','/',$href_url);



CategoryAdministration

There are 5 comments on this page. [Display comments]

corner image
Valid XHTML   Valid CSS   w3c wai aa
GreenbarnWeb.com © 2001 - 2009
corner image
Page was generated in 0.0174 seconds