If you want home.php jump to your x-cart main domain name, add the following code in you .htaccess document under
RewriteBase / ,
RewriteCond %{SERVER_PORT} !^443$
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*home.php\ HTTP/
Study PHP Skills, Share PHP Code
If you want home.php jump to your x-cart main domain name, add the following code in you .htaccess document under
RewriteBase / ,
RewriteCond %{SERVER_PORT} !^443$
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*home.php\ HTTP/