Un peu d'aide pour une redirection permanente

WRInaute occasionnel
Je serais tenté de procédé ainsi :
Code:
RewriteCond %{REMOTE_HOST}  ^forum3.*
RewriteRule ^(.*)$ http://www.webstef.com/forum3/$1 [QSA,R=301]
A vérifier ...
 
Nouveau WRInaute
j'ai obtenu un violant message d'erreur :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

voila ce que j'ai mis dans mon fichier .htaccess
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REMOTE_HOST} ^forum3.*
RewriteRule ^(.*)$ http://www.webstef.com/forum3/$1 [QSA,R=301]

ErrorDocument 404 /pageerreur404.php
 
WRInaute accro
magic corp. a dit:
Je serais tenté de procédé ainsi :
Code:
RewriteCond %{REMOTE_HOST}  ^forum3.*
RewriteRule ^(.*)$ http://www.webstef.com/forum3/$1 [QSA,R=301]
A vérifier ...

Je serais tenté de dire que la condition marchera bien mieux avec l'URI :wink:
 
Discussions similaires
Haut