htaccess Archive

15 Jun 2012

Hiding and protecting a directory with htaccess

When building web applications is makes sense to hide sensitive files such as say a config file into a folder that will only be accessible via a script and not directly.
4 May 2011

Override file upload sizes an htaccess file

A tutorial to override file upload sizes an htaccess file. Note htaccess files only work on a linux server by default you can only upload files up to 2MB in file size but this can be increased
4 May 2011

Custom error pages with htaccess

A tutorial to enable custom error pages with an htaccess file. Note htaccess files only work on a linux server to create an htaccess file open notepad or any plain text editor and save the file as
4 May 2011

Disable Directory Browsing

A tutorial to disable directory browsing with an htaccess file. Note htaccess files only work on a Linux server