Problème de réécriture avec Arfooo

Problème de réécriture avec Arfooo - PHP - Programmation

Marsh Posté le 20-04-2012 à 10:48:36    

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/
Reply

Marsh Posté le 20-04-2012 à 10:48:36   

Reply

Marsh Posté le 20-04-2012 à 14:10:17    


j'ai trouvé le problème !
 
 
j'ai ajouté ça au .htaccess du site racine
 
RedirectPermanent /annuaire/ http://annuaire.web-automobile.com/
 
 
 
puis dans le .htaccess du sous domaine
 
modifié cette ligne  
 
RewriteRule ^(.+)$ %1-c%3-p%2.html [L,R=301]  
 
en  
 
RewriteRule ^(.+)$ annuaire/%1-c%3-p%2.html [L,R=301]
 
 
et ça fonctionne je ne sais pas si c'est propre !?


---------------
http://forum.web-automobile.com/
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed