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