Redirection htaccess

Redirection htaccess - PHP - Programmation

Marsh Posté le 03-09-2008 à 15:51:23    

Bonjour, j'avais mon site sur la racine http://www.monsite.com
je vien de faire tout sur /html
comment faire sur la partil htaccess
voici mon encien code  
 
#############
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.monsite\.com [NC]
RewriteRule (.*) http://www.monsite.com/$1 [QSA,R=301,L]
RewriteCond %{THE_REQUEST} ^(GET|POST|HEAD)\ (/.*)?/index.(htm|html|php|asp)
RewriteRule ^(.*)index.(htm|html|php|asp)$ http://www.monsite.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^(GET|POST|HEAD)\ .*//+\ HTTP/
RewriteRule .* http://www.monsite.com/ [R=301,L]
 
#############
 
je veux faire une redirection ver http://www.monsite.com/html
 
merci  :bounce:

Reply

Marsh Posté le 03-09-2008 à 15:51:23   

Reply

Marsh Posté le 03-09-2008 à 15:57:40    

Est ce que t'as essayé le code suivant?

Citation :

#############
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.monsite\.com [NC]
RewriteRule (.*) http://www.monsite.com/html/$1 [QSA,R=301,L]
RewriteCond %{THE_REQUEST} ^(GET|POST|HEAD)\ (/.*)?/index.(htm|html|php|asp)
RewriteRule ^(.*)index.(htm|html|php|asp)$ http://www.monsite.com/html/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^(GET|POST|HEAD)\ .*//+\ HTTP/
RewriteRule .* http://www.monsite.com/html/ [R=301,L]
 
#############


 
PS : Pas testé mais j'aurais tendance à dire : ça devrait marcher.

Reply

Marsh Posté le 03-09-2008 à 18:04:02    

ca marche pas je suis encore sur www.monsite.com

Reply

Marsh Posté le 03-09-2008 à 18:04:55    

ca marche pas je suis encore sur www.monsite.com


Message édité par mrnero2006 le 03-09-2008 à 18:06:38
Reply

Sujets relatifs:

Leave a Replay

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