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
Enabling SEO (Search Engine Optimization) for details.
- 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.
- 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);
ClickCartPro - Administration