hi,
i got this problem when i installed ARTIO JoomSEF-1.2.5 on joomla 1.0.10.
i got a message told me that the ARTIO JoomSEF succesfully installed.
so when i go to component > ARTIO JoomSEF i got this problem.
i don't have any idea what happened.
this is what i have in my .htaccess in joomla root.
DirectoryIndex index.php
RewriteEngine off
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