j'ai effectué les modifications et lors de l'installation (phpBB_SEO_Ultimate_SEO_URL_v0.6.4):
http://localhost/phpBB3/phpbb_seo/phpbb_seo_install.php
Je m'identifie, il fait la redirection et paf erreur :
http://localhost/phpbb_seo_install.php?sid=8cb9a35401565a0334964e9ac806283f
Oups ! Petit problème... Ce lien semble brisé.
J'utilise wampserver.
httpd.conf :
- Code: Tout sélectionner
<Directory />
Options FollowSymLinks
AllowOverride All
Order deny,allow
Deny from all
</Directory>
htaccess placé à la racine de wamp :
- Code: Tout sélectionner
# You could need to un-comment the following line
Options +FollowSymlinks
DirectoryIndex portal.php index.php index.html index.php5 index.xhtml index.htm
RewriteEngine On
RewriteBase /
#########################################################
# forum SEO REWRITE RULES #
#########################################################
# AUTHOR : dcz http://www.forum-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
RewriteRule ^phpBB3/index\.html$ phpBB3/index.php [QSA,L,NC]
# FORUM PROTECTION RULE
#RewriteRule ^phpBB3/[a-z0-9_-]+/([^/]+\.html)$ /phpBB3/index.php [R=301,L,NC]
# CATEGORIES
RewriteRule ^phpBB3/[a-z0-9_-]*-c([0-9]+)\.html$ /phpBB3/index.php?c=$1 [QSA,L,NC]
# PAGINATED FORUM
RewriteRule ^phpBB3/[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ /phpBB3/viewforum.php?f=$1&start=$2 [QSA,L,NC]
# FORUM
RewriteRule ^phpBB3/[a-z0-9_-]*-f([0-9]+)\.html$ /phpBB3/viewforum.php?f=$1 [QSA,L,NC]
# PAGINATED TOPIC
RewriteRule ^phpBB3/[a-z0-9_-]*-t([0-9]+)-([0-9]+)\.html$ /phpBB3/viewtopic.php?t=$1&start=$2 [QSA,L,NC]
# TOPIC
RewriteRule ^phpBB3/[a-z0-9_-]*-t([0-9]+)\.html$ /phpBB3/viewtopic.php?t=$1 [QSA,L,NC]
# POST
RewriteRule ^phpBB3/post([0-9]+)\.html$ /phpBB3/viewtopic.php?p=$1 [QSA,L,NC]
#PROFILES
RewriteRule ^phpBB3/membre([0-9]+)\.html$ /phpBB3/profile.php?mode=viewprofile&u=$1 [QSA,L,NC]
# END forum PAGES
#####################################################
#########################################################
# forum SEO REWRITE RULES #
#########################################################
# AUTHOR : dcz http://www.forum-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
RewriteRule ^Extreme/index\.html$ /Extreme/index.php [QSA,L,NC]
# FORUM PROTECTION RULE
#RewriteRule ^Extreme/[a-z0-9_-]+/([^/]+\.html)$ /Extreme/index.php [R=301,L,NC]
# CATEGORIES
RewriteRule ^Extreme/[a-z0-9_-]*-c([0-9]+)\.html$ /Extreme/index.php?c=$1 [QSA,L,NC]
# PAGINATED FORUM
RewriteRule ^Extreme/[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ /Extreme/viewforum.php?f=$1&start=$2 [QSA,L,NC]
# FORUM
RewriteRule ^Extreme/[a-z0-9_-]*-f([0-9]+)\.html$ /Extreme/viewforum.php?f=$1 [QSA,L,NC]
# PAGINATED TOPIC
RewriteRule ^Extreme/[a-z0-9_-]*-t([0-9]+)-([0-9]+)\.html$ /Extreme/viewtopic.php?t=$1&start=$2 [QSA,L,NC]
# TOPIC
RewriteRule ^Extreme/[a-z0-9_-]*-t([0-9]+)\.html$ /Extreme/viewtopic.php?t=$1 [QSA,L,NC]
# POST
RewriteRule ^Extreme/post([0-9]+)\.html$ /Extreme/viewtopic.php?p=$1 [QSA,L,NC]
#PROFILES
RewriteRule ^Extreme/membre([0-9]+)\.html$ /Extreme/profile.php?mode=viewprofile&u=$1 [QSA,L,NC]
# END forum PAGES
#####################################################
#########################################################
# GYM SITEMAPS AND RSS REWRITE RULES #
#########################################################
# AUTHOR : dcz http://www.forum-seo.com/
# STARTED : 2006/02/22
########################
# RSS main
RewriteRule ^Extreme/rss-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /Extreme/rss.php?$1&$2 [L]
# RSS forums
RewriteRule ^Extreme/forums-rss-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /Extreme/rss.php?forum&c&$1&$2 [L]
# RSS all
RewriteRule ^Extreme/([a-zA-Z0-9_-]+)-rss([0-9]*)-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /Extreme/rss.php?$1=$2&$3&$4 [L]
# RSS forum topics
RewriteRule ^Extreme/.+-rf([0-9]+)-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /Extreme/rss.php?forum=$1&$2&$3 [L]
# SitemapIndex
RewriteRule ^Extreme/sitemaps\.(xml(\.gz)?)$ Extreme/sitemap.php [L]
# Sitemap modules
RewriteRule ^Extreme/([a-zA-Z0-9_-]+)-sitemap\.(xml(\.gz)?)$ /Extreme/sitemap.php?$1 [L]
# Forum Sitemaps
RewriteRule ^Extreme/.+-gf([0-9]+)\.(xml(\.gz)?)$ /Extreme/sitemap.php?forum=$1 [L]
# Yahoo! urllist.txt
RewriteRule ^Extreme/urllist\.(txt(\.gz)?)$ /Extreme/urllist.php [L]
#########################################################
# END GYM SITEMAPS AND RSS REWRITE RULES #
#########################################################
#AuthType Basic
#AuthName "Subversion Repository"
#AuthUserFile conf/svn-password.pass
#AuthzSVNAccessFile conf/svn-authz.conf
#Require valid-user
Sur un phpBB2, la rewrite fonctionne très bien pour le forum Extreme....
celui dans le dossier phpBB3:
- Code: Tout sélectionner
#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on
# For redirecting www.yourdomain.com to yourdomain.com,
# uncomment the following 2 lines and edit domain
#RewriteCond %{HTTP_HOST} ^localhost$
#RewriteRule ^(.*)/?$ http://localhost/$1 [QSA,R=301]
# For redirecting yourdomain.com to www.yourdomain.com,
# uncomment the following 2 lines and edit domain
#RewriteCond %{HTTP_HOST} ^localhost
#RewriteRule ^(.*)/?$ http://localhost/$1 [QSA,R=301]
</IfModule>
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
La même erreur pour phpbb_seo_related_install.php....
Cordialement

Français |
Anglais

