From 391bf8dfb1aa9d33fef20442ae41d1a8e0e88366 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 28 Aug 2012 16:24:55 +0000 Subject: Patch from romain setting custom 404 for www --- modules/apache/templates/00_default_vhosts.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/apache') diff --git a/modules/apache/templates/00_default_vhosts.conf b/modules/apache/templates/00_default_vhosts.conf index 25f59b5e..b045315f 100644 --- a/modules/apache/templates/00_default_vhosts.conf +++ b/modules/apache/templates/00_default_vhosts.conf @@ -4,4 +4,5 @@ Allow from all Redirect / http://www.<%= domain %>/ + ErrorDocument 404 /var/www/html/404.php -- cgit v1.2.1