View Single Post
  #8  
Old 09-09-2014, 06:35 PM
 
Chheang Leng Chheang Leng is offline
 

Advanced Member
  
Join Date: Jun 2014
Posts: 86
 

Default Re: site at localhost not know css

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>
__________________
X-Cart Business
Version: 5.1.8
Website: www.cdworlds.com
Reply With Quote