Ultimate SEO URLs .htaccess not working

ISAPI_Rewrite is Apache mod_rewrite compatible URL rewriter for Microsoft IIS
User avatar
Posts: 2
Joined: 17 Nov 2012, 21:17

Ultimate SEO URLs .htaccess not working

17 Nov 2012, 21:27

Hi,

we use Helicon Rewrite 3.1.0.84 on a IIS 6.0 hosting 80+ websites, many of the with .htaccess files (for Typo3, xtCommerce, etc) working without any problems.

Now I installed the Ultimate SEO URLs contribution for osCommerce 2.x and edited .htaccess file as follows:

# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.84

# Begin Ultimate SEO V2.2d
# Options +FollowSymLinks
RewriteEngine On


RewriteBase /

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING}
# End Ultimate SEO V2.2d


But every time I e.g. click a product link, site stops working as IIS hangs and worker process uses up to 90% CPU time,
until there is 404 error displayed.
Seems like a loop? IIS log shows many (up to 50) requests for a click on a product link.
When I tried to switch on error log in httpd.conf, no errorlog has been created!?

Tested some rules with the RegEx tester and seems that they have to work??
Don't know what's going wrong here...... please help

User avatar
Posts: 2
Joined: 17 Nov 2012, 21:17

Re: Ultimate SEO URLs .htaccess not working

18 Nov 2012, 13:49

ok found the error!!

.htaccess is working as it should the failure was caused by a setting in Ultimate SEO module what caused a redirect loop :roll:

now all works fine :D

User avatar
Posts: 16
Joined: 19 Nov 2012, 22:21

Re: Ultimate SEO URLs .htaccess not working

19 Nov 2012, 22:27

Have you removed that module to have it all worked out?

Return to ISAPI_Rewrite 3.0

Who is online

Users browsing this forum: No registered users and 7 guests