Re: Simple SEO URL [support thread]

Originally Posted by
nycgamestore
Hi yellow, I really need your help!! i installed ssu 3.6.7. when ssu is turned on and someone purchases a product they get a error saying "There has been an error processing your credit card. Please try again." and the order does not show up in zen cart admin but their credit card is charged. i use quantum gateway as a payment gateway. when ssu is turned off everything works fine.
this is my hta.access file
# -FrontPage-
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthUserFile /home6/yourgam2/public_html/_vti_pvt/service.pwd
AuthGroupFile /home6/yourgam2/public_html/_vti_pvt/service.grp
AuthName yourgameworldo.com
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
#### BOF SSU
Options +FollowSymLinks
RewriteEngine On
# Change "/zencart/ to the correct setting
# if your site is located at root folder, then you should have RewriteBase /
# Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
Which CC module you are using? You can check which "pages" this module is using and EXCLUDE it in the conversion list. Perhaps in the future I will revert SSU behavior so that the store owners will have to specify the "pages" they want to convert to seo links instead. It will be safer that way.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Bookmarks