Posted: 6 years ago

Filed under: Other stuff

Tagged with:

Follow comments

Setting up custom 404 pages on apache

Quick note to self how-to after helping Pez out..

Enabling htaccess on apache:

1. Open httpd.conf (in <apache_dir>/conf directory)

2. Find the <directory> for the directory you want to change it in

3. Change

AllowOverride None

to

AllowOverride All

(or one of the other options)

There”s a good tutorial on the Apache site with much more detail.

Leave a Reply