Hi,
ich würd gern in einem verzeichnis auf meinem server nur eine gewisse ip-range zulassen.
Und zwar diese hier:
Quelltext
1: 2: 3:
| CIDR Notation IP-Range from to 217.65.128.0/0 217.65.128.0 217.65.143.255 85.255.16.0/20 85.255.16.0 85.255.31.255 |
Wenn ich das in der .htaccess so eintrage:
Quelltext
1: 2: 3: 4:
| order deny,allow deny from all allow from 217.65.128.0/0 allow from 85.255.16.0/20 |
kommt ein Internal Server Error:
| Zitat: |
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, xxx and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log. |
Wenn ich die erste allow-zeile auskommentiere geht es... ich denke mal, die CIDR ist irgendwie falsch :/
Hat da wer ne ahnung von zufällig?
Aya~