fix htaccess: allow requires at least two arguments, 'from' followed by hostnames or IP-address wildcards
problem: htaccess: allow requires at least two arguments, 'from' followed by hostnames or IP-address wildcards
htaccess: deny requires at least two arguments, 'from' followed by hostnames or IP-address wildcards
fix: you are just trying to use "allow from ipaddres" in the wrong manner. One of the arguments are missing or even the "from" string.
sample wrong string: allow from204.79.240.0/24
right string: allow from 204.79.240.0/24
htaccess: deny requires at least two arguments, 'from' followed by hostnames or IP-address wildcards
fix: you are just trying to use "allow from ipaddres" in the wrong manner. One of the arguments are missing or even the "from" string.
sample wrong string: allow from204.79.240.0/24
right string: allow from 204.79.240.0/24
Comments
Post a Comment