1
SEO / Re: componente per rinominare link sito web
« il: 14 Mag 2008, 11:31:39 »
Ciao motopicco,
riguardo il file .htaccess, a me è stato sufficiente commentare la riga Options +FollowSymLinks, in questo modo:
niente di più.
E tutto le funzionalità del .htaccess funzionano.
Per le icone xtypo, che cosa sono? purtroppo non sono molto esperto.
Ciao
TheHighwayman
riguardo il file .htaccess, a me è stato sufficiente commentare la riga Options +FollowSymLinks, in questo modo:
Codice: [Seleziona]
#Options +FollowSymLinks
,commentare le righe della sezione core joomla SEF section, in questo modo:Codice: [Seleziona]
########## Begin - Joomla! core SEF Section
############# Use this section if using ONLY Joomla! core SEF
## 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 - Joomla! core SEF Section
e decommentare le righe della sezione 3rd party SEF section, in questo modo:Codice: [Seleziona]
########## Begin - 3rd Party SEF Section
############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
#
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
#
########## End - 3rd Party SEF Section
niente di più.
E tutto le funzionalità del .htaccess funzionano.
Per le icone xtypo, che cosa sono? purtroppo non sono molto esperto.
Ciao
TheHighwayman