ho installato joomsef nel mio cms joomla, ho editato il file .htaccess come segue:
Options FollowSymLinks
#
# mod_rewrite in use
RewriteEngine On
# Togli il seguente commento se l'url del server
# non è direttamente relazionato al file path
# Aggiorna le tue directory joomla (just / for root)
# RewriteBase /
########## Begin Standard SEF Section
## Tutte le linee qui sotto sono richieste se
## sul server hai cartelle con nome content o component
## Se non hai cartelle con questo nome, lascia il commento
#
#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
#
########## E-fine
########## inizio
#
#RewriteCond %{REQUEST_URI} ^(/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
#
########## fine
una volta che attivo joomsef tutti i link delle pagine vanno a farsi benedire e vengono sostituiti con il titolo del collegamento
esempio:
il link contatti che originariamente puntava a http://www.nomesito.it/contatti.html...f8%2C+it_IT.UT ora punta a http://contatti/
cosa ho combinato?
grazie