Bonjour, j'ai installé le mod avancé avec les fichiers déjà modifié, l'installation s'est passée sans soucis mais les urls sont non conforme et non valable.
Le site http://www.le-saxophone.fr
Par exemple le premier forum rewrité http://le-saxophone.fr/\/le-saxophone-f2.html
Il y a des slashs en trop, si je les enlève http://le-saxophone.fr/le-saxophone-f2.html le forum est également inaccessible
!
Je précise que je n'ai pas touché aux options elles sont toutes par défaut,
Voici le htaccess
# Lines That should already be in your .htacess
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
# You may need to un-comment the following lines
# Options +FollowSymlinks
# To make sure that rewritten dir or file (/|.html) will not load dir.php in case
it exist
# Options -MultiViews
# REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
RewriteEngine On
# REWRITE BASE
RewriteBase /
# HERE IS A GOOD PLACE TO ADD THE WWW PREFIXE REDIRECTION
#####################################################
# PHPBB SEO REWRITE RULES - ADVANCED
#####################################################
# AUTHOR : dcz http://www.phpbb-seo.com
# STARTED : 01/2006
#################################
# FORUMS PAGES
###############
# FORUM INDEX REWRITERULE WOULD STAND HERE IF USED. "forum" REQUIRES TO BE SET AS
FORUM INDEX
# RewriteRule ^\/forum\.html$ /\/index.php [QSA,L,NC]
# FORUM
RewriteRule ^\/[a-z0-9_-]*-f([0-9]+)(-([0-9]+))?\.html$
/\/viewforum.php?f=$1&start=$3 [QSA,L,NC]
# TOPIC WITH VIRTUAL FOLDER
RewriteRule ^\/[a-z0-9_-]*-f([0-9]+)/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$
/\/viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC]
# GLOBAL ANNOUNCES WITH VIRTUAL FOLDER
RewriteRule ^\/annonces/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$
/\/viewtopic.php?t=$1&start=$3 [QSA,L,NC]
# TOPIC WITHOUT FORUM ID & DELIM
RewriteRule ^\/([a-z0-9_-]*)/?[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$
/\/viewtopic.php?forum_uri=$1&t=$2&start=$4 [QSA,L,NC]
# PROFILES SIMPLE
RewriteRule ^\/membre([0-9]+)\.html$ /\/memberlist.php?mode=viewprofile&u=$1
[QSA,L,NC]
# USER MESSAGES SIMPLE
RewriteRule ^\/membre([0-9]+)-(topics|posts)(-([0-9]+))?\.html$
/\/search.php?author_id=$1&sr=$2&start=$4 [QSA,L,NC]
# GROUPS SIMPLE
RewriteRule ^\/groupe([0-9]+)(-([0-9]+))?\.html$
/\/memberlist.php?mode=group&g=$1&start=$3 [QSA,L,NC]
# POST
RewriteRule ^\/post([0-9]+)\.html$ /\/viewtopic.php?p=$1 [QSA,L,NC]
# ACTIVE TOPICS
RewriteRule ^\/sujets-actifs(-([0-9]+))?\.html$
/\/search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC]
# UNANSWERED TOPICS
RewriteRule ^\/sans-reponses(-([0-9]+))?\.html$
/\/search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC]
# NEW POSTS
RewriteRule ^\/nouveaux-messages(-([0-9]+))?\.html$
/\/search.php?search_id=newposts&start=$2&sr=topics [QSA,L,NC]
# THE TEAM
RewriteRule ^\/equipe\.html$ /\/memberlist.php?mode=leaders [QSA,L,NC]
# HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES
# FORUM WITHOUT ID & DELIM
# THESE FOUR LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^\/([a-z0-9_-]+)(-([0-9]+))\.html$
/\/viewforum.php?forum_uri=$1&start=$3 [QSA,L,NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^\/([a-z0-9_-]+)\.html$ /\/viewforum.php?forum_uri=$1 [QSA,L,NC]
# END PHPBB PAGES
#####################################################
Merci d'avance

Français |
Anglais
