1
Joomla! 3 / Re:SEO sito multilingue e errore 403
« il: 17 Set 2014, 18:10:23 »
Puoi provare a commentare questa riga?
# If the requested path and file is not /index.php and the request# has not already been internally rewritten to the index.php scriptRewriteCond %{REQUEST_URI} !^/index\.php
Trasformala in questa:
# If the requested path and file is not /index.php and the request# has not already been internally rewritten to the index.php script# RewriteCond %{REQUEST_URI} !^/index\.php
Hai provato a disattivare il multilingua? senza la /it finale dopo il sito funziona?
# If the requested path and file is not /index.php and the request# has not already been internally rewritten to the index.php scriptRewriteCond %{REQUEST_URI} !^/index\.php
Trasformala in questa:
# If the requested path and file is not /index.php and the request# has not already been internally rewritten to the index.php script# RewriteCond %{REQUEST_URI} !^/index\.php
Hai provato a disattivare il multilingua? senza la /it finale dopo il sito funziona?