[users@httpd] wildcard domains do not work

2011-01-02 Thread Michelle Konzack
Hello, while following script which remove the TILDE is working [ '/srv/APACHE_enabled/samba3.private.tamay-dogan.net' ] VirtualHost 192.168.0.69:80 ServerName samba3.private.tamay-dogan.net snip RewriteEngine On RewriteCond /home/$1 -d

Re: [users@httpd] wildcard domains do not work

2011-01-02 Thread Joost de Heer
RewriteCond /home/$1 -d RewriteRule ^/([^/]+)/(.*) /home/$1/public_html/$2 snip /VirtualHost except I like to have a RedirectMatch 301 ... which I do not know how it works,