RewriteEngine on
RewriteCond %{HTTP_HOST} [^.]+\.[^.]+ \.dev.example\.com:[^.]+$ RewriteRule ^(.+) %{HTTP_HOST} $1 [C] RewriteRule ([^.]+)\.([^.]+)\.example\.com(.*) /home/$2/ sites/$1/htdocs$3

Shouldn't that last line be:

RewriteRule ([^.]+)\.([^.]+)\.dev.example\.com(.*) /home/$2/ sites/$1/htdocs$3

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to