Moin!
Ich hab nen Apache2 laufen.
Nun wollt ich meine site veröffentlichen, und dazu brauch ich ja ne Domain. (logisch)
Diese hab ich auch bestellt, und ich muss sie ja in irgendwo in der config eintragen.
Mich verwirrt aber, dass die configs auf mehrere Unterordner verteilt sind.
httpd.conf:
# forbid access to the entire filesystem by default
<Directory />
Options None
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.1
Allow from www.meine-Domain.de
</Directory>
# use .htaccess files for overriding,
AccessFileName .htaccess
# and never show them
<Files ~ "^\.ht">
Order allow,deny
Deny from all
Allow from www.meine-Domain.de
</Files>
Oder bin ich da aufm Holzweg?
buli Gast |