Bonjour à Tous
J'ai crée un forum de test sur lequel j'ai installé le mod Rewrite intermédiaire (sans la partie robot.txt pour le moment) et le zéro duplicate intermédiaire.
le forum est accessible ici : http://www.malikounda.com/parlons/
Lorsque je fais les tests sur web-sniffer par exemple :
http://www.malikounda.com/parlons/viewforum.php?t=100 j'ai le résultat suivant : HTTP Status Code: HTTP/1.1 200 OK
J'ai beau double checker, je ne trouve pas .
Lorsque je met
php_flag output_buffering on
au début de mon htaccess mon site devient injoignable
comme erreur
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@malikounda.com 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.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Please help
Dans la mise en place du mode lorsqu'il faut trouver
#
#-----[ OPEN ]------------------------------------------
#
viewforum.php
#
#-----[ FIND ]------------------------------------------
#
if ( !($forum_row = $db->sql_fetchrow($result)) )
{
message_die(GENERAL_MESSAGE, 'Forum_not_exist');
}
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
$phpbb_seo->seo_url['forum'][$forum_id] = $phpbb_seo->format_url($forum_row['forum_name'], $phpbb_seo->seo_static['forum']);
// www.phpBB-SEO.com SEO TOOLKIT END
Moi j'ai dans le fichier plutôt ça en plus en rouge.
if ( !($forum_row = $db->sql_fetchrow($result)) )
{
message_die(GENERAL_MESSAGE, 'Forum_not_exist');
}
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
if ( !isset($phpbb_seo->seo_url['forum'][$forum_id]) ) {
$phpbb_seo->seo_url['forum'][$forum_id] = $phpbb_seo->format_url($forum_row['forum_name'], $phpbb_seo->seo_static['forum']);
}
// www.phpBB-SEO.com SEO TOOLKIT END

Français |
Anglais

