i.e.
www.domain.com//news/index.php
DirectoryIndex index.php
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_URI} (\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
It must be simple, but I tried tinkering with the htaccess, no success, standard SEF is working in joomla, I get this problem when I turn artio's on.
Any ideas?
Using 1.0.11 with latest Artio JoomSEF