si on m'avait dit il y a tout juste une heure que j'y arriverais...
Voici le code du fichier .htaccess:
- Code: Tout sélectionner
DirectoryIndex portal.php index.php index.html
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
#
RewriteCond %{HTTP_HOST} ^trampofun\.fr$ [NC]
RewriteRule ^(.*) http://www.trampofun.fr/$1 [QSA,L,R=301]
#
#########################################################
# PHPBB SEO REWRITE RULES #
#########################################################
# AUTHOR : DCZ http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM PROTECTION RULE
RewriteRule ^trampoforum/.+/([^/]+\.html)$ /trampoforum/index.php [R=301,L]
# CATEGORIES
RewriteRule ^trampoforum/.+-vc([0-9]+)\.html$ /trampoforum/index.php?c=$1 [QSA,L]
# PAGINATED FORUM
RewriteRule ^trampoforum/.+-vf([0-9]+)-([0-9]+)\.html$ /trampoforum/viewforum.php?f=$1&start=$2 [QSA,L]
# FORUM
RewriteRule ^trampoforum/.+-vf([0-9]+)\.html$ /trampoforum/viewforum.php?f=$1 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^trampoforum/.+-vt([0-9]+)-([0-9]+)\.html$ /trampoforum/viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^trampoforum/.+-vt([0-9]+)\.html$ /trampoforum/viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^trampoforum/post([0-9]+)\.html$ /trampoforum/viewtopic.php?p=$1 [QSA,L]
#PROFILES
RewriteRule ^trampoforum/membre([0-9]+)\.html$ /trampoforum/profile.php?mode=viewprofile&u=$1 [QSA,L]
# END PHPBB PAGES
#####################################################
Et si vous entrez seulement: trampofun.fr/trampoforum/les-trampolines-vf1.html ... Ca marche!! avec url rewriting et tout et tout.
Un grand merci à DCZ et à philippe...

Français |
Anglais


