Ciao a tutti premetto che sono nuovo del forum ma non del sito
.
Ho installato su ****** joomla 1.5 credendo di fare cosa buona e giusta ma mi sbagliavo.
Con la versione 1 di joomla tutto bene mentre ora sto cercando di abbinare joomla e sef404 che ha il supporto per VM incluso ma ho qualche problemino mi da sempre l'errore 404.
Ho provanto sia con l'originale htaccess che con questo:
##
# @version $Id: htaccess.txt 1570 2005-12-29 05:53:33Z eddieajau $
# @package Joomla
# @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##
#
# mod_rewrite in use
#
RewriteEngine On
##
## NOTE!
## When using multiple Joomla sites or other web applications in sub-folders,
## you must explicitly turn the RewriteEngine off or use the settings
## recommended for the application
##
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourJoomlaDirectory (just / for root)
RewriteBase /
#
# Rules
#
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
Ho provato anche a contattare ****** ma niente infatti ma un po deluso.
La versione di joomla è la 1.5.6 aggiornata per la falla di sicurezza.
Secondo voi quale può essere il problema???
Spero nella vostra clemenza.
Grazie a tutti.