Fixed mistake in .htaccess for ErrorDocument 404.
authorDylan Lloyd <dylan@psu.edu>
Sat, 22 Jan 2011 05:05:04 +0000 (00:05 -0500)
committerDylan Lloyd <dylan@psu.edu>
Sat, 22 Jan 2011 05:05:04 +0000 (00:05 -0500)
commit97e4d5ca330490d745f66eedf19b8422df6b304f
treef944f4a64e776f8b4132b2e4d54b50e067409cd5
parent43485c2d6844a14e62bd6634fc6c45f95c749c1d
Fixed mistake in .htaccess for ErrorDocument 404.

The path of the document must begin with a leading / and consist of the full path to the document relative to the DocumentRoot (which is the virtual host root dylanstestserver.com).

Reference here:
http://serverfault.com/questions/81061/htaccess-redirect-of-404-error-just-prints-filename-doesnt-execute-file
.htaccess