Hallo Liste, m�chte gerne folgendes mit mod_rewrite umbiegen.
von www.dom�ne1.de <http://www.dom�ne1.de> nach www.subdom.dom�ne1.de <http://www.subdom.dom�ne1.de> Was muss ich den hier am Vhost anpassen ? Und wo / was in Sachen mod_rewrite ? Bitte nicht an den "�" st�ren soll hier nur ein Beispiel sein. Viele Dank f�r jede Hilfe Tipps. Gru� Stefan #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- <VirtualHost 192.168.100.25> ServerName www.dom�ne1.de <http://www.dom�ne1.de> ServerAdmin [EMAIL PROTECTED] DocumentRoot /daten/httpd/dom�ne1 ErrorLog /daten/httpd/logs/webserver/httpd. dom�ne1.error.log CustomLog /daten/httpd/logs/webserver/httpd.dom�ne1.de.access.log combined AccessFileName .htaccess <Directory "/daten/httpd/dom�ne1"> AllowOverride None Options None Order allow,deny Allow from all DirectoryIndex index.html index.htm </Directory> <Directory "/daten/httpd/statistik/dom�ne1"> AuthType Basic AuthName "Statistik" AuthUserFile /etc/httpd/passwd-dom�ne1 require valid-user AllowOverride None Options Indexes order allow,deny DirectoryIndex index.html allow from all AuthGroupFile /etc/httpd/group </Directory> # # zusaetzliche Anweisungen: CustomLog, Alias etc. # ... Alias /icons/ /daten/httpd/icons/ Alias /error/ /daten/httpd/error/ Alias /stat/ /daten/httpd/statistik/dom�ne1/ Alias /cgi-bin/ /daten/httpd/dom�ne1/cgi-bin/ </VirtualHost> -------------------------------------------------------------------------- Apache HTTP Server Mailing List "users-de" unsubscribe-Anfragen an [EMAIL PROTECTED] sonstige Anfragen an [EMAIL PROTECTED] --------------------------------------------------------------------------
