Frage zu htaccess bitte Hilfe
Posted: 2004-02-23 11:21
In einem geschützten Verzeichnis liegt diese htaccess. Die IPs läßt
htaccess ohne Probleme rein, nun wollte ich Erweitern auf eine
Domain die auch Zugriff haben darf, aber funktioniert nicht :-))
ErrorDocument 500 http://domain.de/500.html
ErrorDocument 403 http://domain.de/403.html
ErrorDocument 404 http://domain.de/404.html
ErrorDocument 401 http://domain.de/401.html
AuthName 'member geschuetzter Bereich'
AuthType Basic
deny from all
allow from 62.104.212.116
allow from 83.129.148.75
allow from 80.190.249.229
allow from .domain2.de
könntet Ihr mir einen Tipp geben was hierin fehlt ?
Danke im Voraus !
htaccess ohne Probleme rein, nun wollte ich Erweitern auf eine
Domain die auch Zugriff haben darf, aber funktioniert nicht :-))
ErrorDocument 500 http://domain.de/500.html
ErrorDocument 403 http://domain.de/403.html
ErrorDocument 404 http://domain.de/404.html
ErrorDocument 401 http://domain.de/401.html
AuthName 'member geschuetzter Bereich'
AuthType Basic
deny from all
allow from 62.104.212.116
allow from 83.129.148.75
allow from 80.190.249.229
allow from .domain2.de
könntet Ihr mir einen Tipp geben was hierin fehlt ?
Danke im Voraus !