I've install the component com_joomsef-1.5.0.zip on my server (apache).
On my Joomla the SEO are switch on.
In the .htaccess content is :
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
everything seems to work but... when i go to menu
"Components -> ARTIO Joomsef -> View/Modify URL"
When i fill the fields for METATAGS and click on Save ... the appair blank.
O.o
I should reload from the administrator main page... and when a go to look the change on this page, i dont' find nothing.
What can i Do ?