Ciao raga avevo riservato l'installazione del sef alla fine di tutto, vedendo che cmq era ok in legacy.
Invece mi sono sbagliato come per molte altre cose, ho avuto tanti di quei problemi con la 1.5.2 che proprio non vi dico.
Ho settato l'htaccess per fargli vedere il sito in una sottocartella ma l'errore è sempre lo stesso, il sito è in multilingua con joomfish ma appeno clicco su un menù puntuale l'errore 404. In + altro che semplificare .. mi genera dei link da paura.
Posto l'htaccess ma qualcuno mi dice se l'ha fatto andare con j.15 o devo abbandonare l'idea?
Inoltre quando installo il sef mi dice che è possibile farlo funzionare specificando di nn usare l'htaccess, in config_sef/avanzate ma nn c'è proprio questa voce.
## Can be commented out if causes errors, see notes above.
Options FollowSymLinks
#
#mod_rewrite in use
RewriteEngine On
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root)
RewriteBase /cms
########## Begin Standard SEF Section
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
#RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
#RewriteRule ^(content/|component/) index.php
#
########## End Standard SEF Section
########## Begin 3rd Party or Core SEF Section
#
RewriteCond %{REQUEST_URI} ^(/cms/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
#
########## End 3rd Party or Core SEF Section