glowdemon1/properties-website/master/.htaccess - Htaccess File

glowdemon1/properties-website/master/.htaccess

<Files admin.php>

        Order deny,allow

        Deny from all

    #Edit line below with IP address to allow admin.php access
    #Add new line for new users (Allow from IP) replace 'IP' with IP
    
        Allow from 81.165.63.139

</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache