Kryptronic Software Wiki : AppearanceThatAllPagesComeFromRootLevelDomain

Kryptronic Internet Software Solutions
Most recent edit on 2007-06-21 18:04:47 by KryptronicWebmaster

Additions:
1) Edit the file {private}/core/KHXC_Display/KHXC_Display.php. On line 885 you will see:

Deletions:
1) Edit the file {private}/core/KHXC/KHXC_Display/KHXC_Display.php. On line 885 you will see:



Edited on 2007-03-26 14:25:10 by KryptronicWebmaster

Additions:
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.
  1. Edit the file {private}/core/KHXC/KHXC_Display/KHXC_Display.php. On line 885 you will see:

    Deletions:
    ~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/KHXC_Display/KHXC_Display.php. On line 885 you will see:



    Edited on 2007-03-26 06:59:56 by KryptronicWebmaster

    Additions:
    Either option will require changes to your rewrite rules. See Enabling SEO (Search Engine Optimization) for details.

    Deletions:
    Either option will require changes to your rewrite rules.



    Edited on 2007-03-26 05:35:11 by KryptronicWebmaster

    Additions:
    ~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.

    Deletions:
    ~1) Move the contents of your KHXC public direction to your root directory then run the installer again to adjust the server paths, URLs and cookie paths.



    Edited on 2007-03-07 14:54:12 by KryptronicWebmaster

    Additions:
    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.
  1. Move the contents of your KHXC public direction 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/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


Deletions:
You have two options:
(1) RECOMMENDED: Eliminate your KHXC public directory and put the contents of that directory into your root directory. Rerun the installer if you do this to adjust the server paths, URLs and cookie paths, etc.
(2) Edit the file {PRIVATE}/core/KHXC/KHXC_Display/KHXC_Display.php. On line 885 you'll see:
Code: $href_url = $url['base_href'] . '/';
Right after that, try:
Code: $href_url = preg_replace('/\/khxc\/$/','/',$href_url);
* It is recommended to use the first option because if you use the second option and reload the codebase using the installer this change will be lost. If you go with either option, be aware your rewrite rules will need to be changed.
Wiki: Pending Inclusion




Edited on 2007-03-05 09:02:35 by KryptronicWebmaster

Additions:
Wiki: Pending Inclusion

Deletions:
Pending Inclusion



Oldest known version of this page was edited on 2007-02-15 22:01:54 by KryptronicWebmaster []
Page view:

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


You have two options:

(1) RECOMMENDED: Eliminate your KHXC public directory and put the contents of that directory into your root directory. Rerun the installer if you do this to adjust the server paths, URLs and cookie paths, etc.

(2) Edit the file {PRIVATE}/core/KHXC/KHXC_Display/KHXC_Display.php. On line 885 you'll see:
Code: $href_url = $url['base_href'] . '/';
Right after that, try:
Code: $href_url = preg_replace('/\/khxc\/$/','/',$href_url);
* It is recommended to use the first option because if you use the second option and reload the codebase using the installer this change will be lost. If you go with either option, be aware your rewrite rules will need to be changed.



Pending Inclusion