Home > HT Access

Custom error pages with htaccess

Saturday 28th of November 2009 in HT Access

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 .htaccess, if using notepad make sure the file type is set to all files or you will create a txt file.

Override file upload sizes an htaccess file

Saturday 28th of November 2009 in HT Access

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 with an htaccess file.

Disable Directory Browsing

Saturday 28th of November 2009 in HT Access

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