From: Gustavo Martin Morcuende Date: Tue, 11 Dec 2012 02:20:42 +0000 (+0100) Subject: Custom error page. Not 404 code error. X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=71880248744bbb16b40c6daaf9f98b1c7053adbe;p=mobi%2F.git Custom error page. Not 404 code error. Apparently symfony manages errors in a different way from the 404 code error. This web pages just work when the application is running with production settings. --- diff --git a/apps/companyfront/config/error/error.html.php b/apps/companyfront/config/error/error.html.php new file mode 100644 index 0000000..05e4171 --- /dev/null +++ b/apps/companyfront/config/error/error.html.php @@ -0,0 +1,47 @@ + + + + + + + + + Mobi - Mobile Ads + + + + + + +
+ + + + +
+ + + diff --git a/apps/userfront/config/error/error.html.php b/apps/userfront/config/error/error.html.php new file mode 100644 index 0000000..05e4171 --- /dev/null +++ b/apps/userfront/config/error/error.html.php @@ -0,0 +1,47 @@ + + + + + + + + + Mobi - Mobile Ads + + + + + + +
+ + + + +
+ + +