X-cart Seo For Nginx

Create a file called xcart.conf, and add the following code in this new file: if ($uri !~ “^/(payment|admin|provider|partner)/”){ set $rule_0 1$rule_0; } if ($request_filename !~ “\.(gif|jpe?g|png|js|css|swf|php|ico)$”){ set $rule_0 2$rule_0; } if (!-f $request_filename){ set $rule_0 3$rule_0; } if (!-d $request_filename){… Read moreX-cart Seo For Nginx

X-cart v4: remove home.php

how to remove home.php of v4.6.4 completely? If you need to change the link of your web-site’s logo, from /home.php to /, just modify this file: common_files/customer/head.tpl – find this code: <code> <div class=”logo”><a href=”{$catalogs.customer}/home.php”><img src=”{$ImagesDir}/xlogo.gif” alt=”” /></a></div> </code> and… Read moreX-cart v4: remove home.php