Rewriting Url Sous domaine + Repertoire !

WRInaute passionné
normalement ca doit marcher avec :
Code:
RewriteEngine On
RewriteCond %{QUERY_STRING} ^name=([a-z]+)$ 
RewriteRule ^profil\.php$ http://%1.domaine.com/ [R=301,L]
RewriteCond %{QUERY_STRING} ^name=([a-z]+)$ 
RewriteRule ^album\.php$ http://%1.domaine.com/album/ [R=301,L]
 
Discussions similaires
Haut