Hello,
I have a fresh installation of Joomla 1.5.20 with the components :
- Joomfish (2.0.4 paid version)
- VirtueMart (1.1.5)
- Artio JoomSef (3.7.4) with the VirtueMart Extension
- JCE
- Content Templater
- Akeeba Backup
I have activated default joomla SEO and everything is working with my .htaccess file.
but when I activate Joomsef,
- articles pages shows the 404 JoomSef article
- and VirtueMart shows nothing (Apache Log says : "Request exceeded the limit of 10 internal redirects due to probable configuration error" and Firefox says : "It may be a cookie refusal or desactivation"
More details on my configuration :
- MacOS X
- MAMP PRO
Joomla Cache : disable
Joosef Cache : disable
.htaccess :
RewriteEngine On
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
RewriteCond %{QUERY_STRING} (\|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
Can you help me ?
I already tried to purge JoomSef cache and rebuild URL's but nothing.
Thanks for your help