Hi x-cart team!
I see rewritebase at .htaccess file. How to change it? Are you have sample to change it?
Quote:
<IfModule mod_rewrite.c>
#Header set mod_rewrite_works "yes"
RewriteEngine on
RewriteRule (^|/)\. - [F]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^((([/_a-z0-9-]+)/)?([_a-z0-9-]+)/)?([_a-z0-9-]+)(\.(htm|html))?$ cart.php?url=$5&last=$4&rest=$3&ext=$7 [NC,L,QSA]
RewriteBase /
</IfModule>
|