x-cart clean urls

ISAPI_Rewrite is Apache mod_rewrite compatible URL rewriter for Microsoft IIS
User avatar
Posts: 1
Joined: 23 Jan 2013, 13:58

x-cart clean urls

23 Jan 2013, 14:08

I have an 2008r2 64 bit server. IIS7. I installed rewrite 3.0 successfully.

Problem is that no clear URL is found. I believe I have set x-cart up correctly.

You may look at daveydev.com/store which is my test domain. Then choose Green Blackboard from best sellers.
I'm using an htaccess file in the store folder where the x-cart resides. No other .htaccess file on that domain.
IIS rewrite has one command for Wordpress.

I looked at the error file after turning on debugging. Only entry I get is:
[1/23/2013 11:31:24] ISAPI Filter loaded. Version 3.1.0.96. Windows 6.1 (Build 7601 ServicePack:1) ProductType SERVER. CPU type AMD64 NumberOfProcessors 1.

No entries in rewrite.


The original rewrite scrips from x-cart is:
# Clean URLs [[[
Options +FollowSymLinks -MultiViews -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On

RewriteBase /store/

RewriteCond %{REQUEST_URI} !^/store/(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 ]]]



I've removed the if statement and still no luck

So... it appears that rewrite is running but not getting or successfully executing the rewrite commands.

Not sure where to go next?

User avatar
Posts: 1264
Joined: 07 Mar 2012, 10:16

Re: x-cart clean urls

24 Jan 2013, 01:32

Hello,

To enable logging, please, follow the FAQ and provide the log for a testing request.

regards
Andrew

Return to ISAPI_Rewrite 3.0

Who is online

Users browsing this forum: No registered users and 0 guests