View Single Post
  #6  
Old 11-07-2017, 03:23 AM
 
Byron Byron is offline
 

Newbie
  
Join Date: Apr 2005
Posts: 3
 

Default Re: Subdirectories not resolving when XC5 is installed on the root

Quote:
Originally Posted by totaltec
ant99,
There is another forum thread for this somewhere. But look here near the bottom of the page for an explanation: http://xcartguru.com/knowledge-base/x-cart-5-kb/

Hi, I'm having this exact problem, but the link above with a solution no longer works.

X-cart is installed in the root, /blog gives me a 404 error.

All help appreciated

My htaccess looks like this:
Code:
# Clean URLs [[[ Options +FollowSymLinks -MultiViews -Indexes <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !^/(payment|admin|provider|partner)/ RewriteCond %{REQUEST_FILENAME} !\.(gif|jpe?g|png|js|css|swf|php|ico)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.*)$ dispatcher.php [L] </IfModule> # /Clean URLs ]]]
__________________
Version v5.3
Reply With Quote