What I'm looking to do here is to make my website that has a Payroll System on it only accessible to myself and the clients office.
.htaccess will only allow certain ip . So this it the method I'm using. Create or edit a .htaccess file. ADD
order deny,allow
deny from all
allow from 888.888.888.888
allow from 888.888.888.881
Find out my IP Address here
Thank you to IP to Access for the .htaccess information
No comments:
Post a Comment