↧
Prohibit Browsing of Folders on Your Site Using .htaccess
Don’t want people seeing all the files you have in a directory when you don’t have an index page there? To stop directory listings from showing up, add the following line inside an .htaccess file...
View ArticleCreating Custom Error Pages Using .htaccess
How to create custom error pages by editing the .htaccess file: First, edit an .htaccess file in your public_html directory so that it contains the following lines: ErrorDocument 404 /myerrors/404.html...
View Article