Bonjour,
je viens de transférer un site Joomla 3 vers mon hébergeur Amen. La grande majorité des liens ne fonctionnent pas. Par contre dans le BackOffice tout fonctionne normalement.
J'ai le message d'erreur suivant
Mais j'avoue ne pas trop quoi savoir en fait. Comme il s'agit d'une erreur de configuration, apparemment je joins une version édulcorée de mon fichier config.php
Merci par avance à ceux qui savent s'ils peuvent m'éclairer de leurs lumières
je viens de transférer un site Joomla 3 vers mon hébergeur Amen. La grande majorité des liens ne fonctionnent pas. Par contre dans le BackOffice tout fonctionne normalement.
J'ai le message d'erreur suivant
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Code PHP:
<?php
class JConfig {
public $offline = '0';
public $editor = 'jce';
public $list_limit = '20';
public $access = '1';
public $debug = '0';
public $debug_lang = '0';
public $dbtype = 'mysql';
public $gzip = '1';
public $error_reporting = 'default';
public $caching = '2';
public $cache_handler = 'file';
public $cachetime = '5';
public $MetaDesc = '';
public $MetaKeys = '';
public $MetaTitle = '1';
public $MetaAuthor = '1';
public $sef = '1';
public $sef_rewrite = '1';
public $sef_suffix = '0';
public $unicodeslugs = '0';
public $feed_limit = '10';
public $sitename_pagetitles = '0';
public $force_ssl = '0';
public $feed_email = 'author';
public $cookie_domain = '';
public $cookie_path = '';
public $memcache_persist = '1';
public $memcache_compress = '1';
public $memcache_server_host = 'localhost';
public $memcache_server_port = '11211';
public $display_offline_message = '1';
public $robots = 'noindex, nofollow';
public $offline_image = '';
public $captcha = '0';
public $MetaVersion = '0';
}
Commentaire