Bonjour
ca fait plusieurs jours que je bloque, aidez-moi svp ! Merci de votre aide
J'ai une erreur "Error 500 - Internal server error" lorsque je veux accéder à l'administration de mon site.
Alors : J'ai transféré mon site joomla avec akeeba kickstart d'un serveur à un autre. Au départ aucun lien ne fonctionnait, ensuite j'ai désactivé l'écriture des liens dans le fichier configuration.php et là tous les liens marche sauf celui vers l'administration qui me renvoit l'erreur 500 internal error.
Est ce qu'il y a un moyen d'indiquer le lien de l'administration ?
Voici mon fichier .htaccess
ca fait plusieurs jours que je bloque, aidez-moi svp ! Merci de votre aide
J'ai une erreur "Error 500 - Internal server error" lorsque je veux accéder à l'administration de mon site.
Alors : J'ai transféré mon site joomla avec akeeba kickstart d'un serveur à un autre. Au départ aucun lien ne fonctionnait, ensuite j'ai désactivé l'écriture des liens dans le fichier configuration.php et là tous les liens marche sauf celui vers l'administration qui me renvoit l'erreur 500 internal error.
Est ce qu'il y a un moyen d'indiquer le lien de l'administration ?
Voici mon fichier .htaccess
Code:
### =========================================================================== ### Security Enhanced & Highly Optimized .htaccess File for Joomla! ### automatically generated by Admin Tools 3.6.8 on 2016-03-04 15:00:15 GMT ### Auto-detected Apache version: 2.5 (best guess) ### =========================================================================== ### ### The contents of this file are based on the same author's work "Master ### .htaccess", published on http://snipt.net/nikosdion/the-master-htaccess ### ### Admin Tools is Free Software, distributed under the terms of the GNU ### General Public License version 3 or, at your option, any later version ### published by the Free Software Foundation. ### ### !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ### !! !! ### !! If you get an Internal Server Error 500 or a blank page when trying !! ### !! to access your site, remove this file and try tweaking its settings !! ### !! in the back-end of the Admin Tools component. !! ### !! !! ### !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ### ##### RewriteEngine enabled - BEGIN RewriteEngine On ##### RewriteEngine enabled - END ## Send ETag (selected method: ) ##### Rewrite rules to block out some common exploits -- BEGIN RewriteCond %{QUERY_STRING} proc/self/environ [OR] RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] RewriteCond %{QUERY_STRING} base64_(en|de)code\(.*\) [OR] RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) RewriteRule .* index.php [F] ##### Rewrite rules to block out some common exploits -- END ##### Advanced server protection rules exceptions -- BEGIN ##### Advanced server protection rules exceptions -- END ##### Advanced server protection -- BEGIN ##### Advanced server protection -- END ##### Joomla! core SEF Section -- BEGIN RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteCond %{REQUEST_URI} !^/index\.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php [L] ##### Joomla! core SEF Section -- END
Commentaire