Salve, qualcuno mi può aiutare con questo?
ho installato gra4 (community gratuita)
ma mi da errore 500
l'alias voce menu è gra4 (come viene spiegato nell'installazione)
queste sono le righe del file htaccess che si sono inserite in automatico
## Begin - GRA4 SEF Section.
# We have to pass through stylesheets, pictures, movies, etc.
# the request is for something within the GRA4 component folder (components/com_gra4/),
RewriteCond %{REQUEST_URI} /gra4_com/|(/[^.]*|\..*)$ [NC]
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
## End - GRA4 SEF Section.
qualche suggerimento?
grazie forum!