I got this work(almost
)
When ssu is enabled, this link appears (which shows: The page isn't redirecting properly)
http://www.fotoexperten.no/NO/NO/NO/NO/kameraveske-c-8
This is the site when it is not turned on:
http://www.fotoexperten.no/index.php...=index&cPath=8
Anyone who knows why i get this strange url?
Ok. let me clarify the settings
:
Zen cart version 1.3.8a.
.htacess (located in /www):
Code:
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
RewriteEngine on
RewriteCond %{HTTP_HOST} ^fotoexperten.no$ [OR]
RewriteCond %{HTTP_HOST} ^www.fotoexperten.no$
RewriteRule ^article\/?$ "http\:\/\/www\.fotoexperten\.no\/" [R=301,L]
Admin-Configuration- Simple SEO URL: