Bonjour,
J'ai recu la tache de mettre à jour un site Joomla, le problème c'est que le nom de domaine ne redirige pas correctement sur la première page du site hébergé sur le même nom de domaine. N'y connaissant absolument rien à Joomla je me demandais si ça ne venait pas d'un problème de configuration du htaccess ?
##
# _AT_version $Id: htaccess.txt 1570 2005-12-29 05:53:33Z eddieajau $
# _AT_package Joomla
# _AT_copyright Copyright © 2005 Open Source Matters. All rights reserved.
# _AT_license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##
Options +FollowSymLinks
#
# 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 /YourJoomlaDirectory
#
# Rules
#
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
Merci d'avance !!
