apache - Restricting access to website, allowing only a single IP access -


for testing purposes, set in htacces:

order deny, allow deny allow 123.456.789.000 

but firefox shows:

internal server error server
encountered internal error or misconfiguration , unable complete request.

error log shows:

[thu feb 24 04:05:12 2011] [alert] [client 123.456.789.000] /var/www/vhosts/website.org/httpdocs/.htaccess: order takes 1 argument, 'allow,deny', 'deny,allow', or 'mutual-failure'

what mean? doing wrong? helping this.

you have space in order directive argument.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -