Bonjour,
Suite à la migration de mon annuaire "CATEGORIZATOR" vers "Arfooo toujours en sous domaine
j'ai un souci avec la réécriture des URLs
si je part de l'url référencé dans google
http://annuaire.web-automobile.com/moto-p2-15.html
la réécriture me donne ça
http://www.web-automobile.com/moto-c15-p2.html
et moi j'aimerais avoir ça
http://annuaire.web-automobile.com/moto-c15-p2.html
pour que ça fonctionne
Pouvez vous m'aider?
voici mon fichier .htaccess
php_flag "allow_url_fopen" "On"
php_flag "allow_url_include" "On"
#php_admin_flag safe_mode on
#Put the line here to enable PHP5
#You may need to un-comment the following line
#Options +FollowSymlinks
# 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
# HERE IS A GOOD PLACE TO ADD THE OLD SCRIPT REDIRECTION
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php
# CATEGORIZATOR
# CATEGORIZATOR - CATEGORIES
RewriteCond %{REQUEST_URI} (.*)-p([0-9]+)-([0-9]+).html$
RewriteRule ^(.+)$ %1-c%3-p%2.html [L,R=301]
D'avance merci
---------------
http://forum.web-automobile.com/