Hi all,
first of all excellent mod..
But, I'm having a little glitch with it...
Here is the link to the "add multiple products" page:
http://www.tribox.co.uk/index.php?ma...ndex&cPath=4_5
I'm able to add mutliple prducts fine.
with SSU enabled here is the link:
http://www.tribox.co.uk/discount-it-...c-4_5/sort/20a
But now I'm unable to add multiple products... does nothing.
Here is my .htaccess content:
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]
#### EOF SSU
Bookmarks