URL aus dem "~" (Tilde) zur Beseitigung

Geschrieben von: admin um 11 Montag 5. Februar 2008

httpd.conf und Korrekturen.
httpd.conf befindet sich gewöhnlich unten.
 /usr/local/apache2/conf 
Oder
 /usr/local/etc/apache2 

httpd.conf
 Alias / USERNAME / "/home/ USERNAME /public_html/"
<Directory "/home/ USERNAME /public_html">
   
Options Indexes MultiViews
   
AllowOverride None
   
Order allow,deny
   
Allow from all
</Directory>
Directory in der Richtlinie ist ein Beispiel. Bitte ändern Sie, falls erforderlich.