Published in: Other
If you paste this into a .htaccess files, you can just access the website from your localhost. If you remove the two "Allow from"... lines, you disallow everybody the access to the folder.
Order Deny,Allow Allow from 127.0.0.1 Allow from localhost Deny from All
You need to login to post a comment.
