Zen Cart Logo
Forums / All Other Contributions/Addons / Seo Urls 3.0.0-beta1 - when is on - cannot register :(

Seo Urls 3.0.0-beta1 - when is on - cannot register :(

Locked

Views: 753

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
28 Aug 2008, 9:52 AM
#1
evan70 avatar

evan70

New Zenner

Join Date:
Aug 2008
Posts:
13
Plugin Contributions:
0

Seo Urls 3.0.0-beta1 - when is on - cannot register :(

Hi dear Zenners;)

i've installed zen 1.3.8. and Seo Urls 3.0.0-beta1, but cannot register when seo is on:( when seo is off, its OK, here is my .htaccess file >

Options +FollowSymLinks
RewriteEngine on
RewriteRule index-main_page-(.)-cPath-(.)-products_id-(.*).htm$ index.php?main_page=$1&cPath=$2&products_id=$3

28 Aug 2008, 10:05 AM
#2
evan70 avatar

evan70

New Zenner

Join Date:
Aug 2008
Posts:
13
Plugin Contributions:
0

Re: Seo Urls 3.0.0-beta1 - when is on - cannot register :(

sorry:( this is my .htaccess file >

RewriteEngine On
RewriteBase /

Seo Urls version 3.x

Don't rewrite real files or directories

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?seo_url=$1&%{QUERY_STRING} [L]