You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2013/01/11 13:42:11 UTC

svn commit: r1432018 - in /felix/site/trunk/content: .htaccess errors/ errors/403.mdtext errors/404.mdtext

Author: fmeschbe
Date: Fri Jan 11 12:42:11 2013
New Revision: 1432018

URL: http://svn.apache.org/viewvc?rev=1432018&view=rev
Log:
Error handling for 403 and 404

Added:
    felix/site/trunk/content/.htaccess
    felix/site/trunk/content/errors/
      - copied from r1432009, sling/site/trunk/content/errors/
Modified:
    felix/site/trunk/content/errors/403.mdtext
    felix/site/trunk/content/errors/404.mdtext

Added: felix/site/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/.htaccess?rev=1432018&view=auto
==============================================================================
--- felix/site/trunk/content/.htaccess (added)
+++ felix/site/trunk/content/.htaccess Fri Jan 11 12:42:11 2013
@@ -0,0 +1,2 @@
+ErrorDocument 403 /errors/403.html
+ErrorDocument 404 /errors/404.html

Modified: felix/site/trunk/content/errors/403.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/errors/403.mdtext?rev=1432018&r1=1432009&r2=1432018&view=diff
==============================================================================
--- felix/site/trunk/content/errors/403.mdtext (original)
+++ felix/site/trunk/content/errors/403.mdtext Fri Jan 11 12:42:11 2013
@@ -21,4 +21,4 @@ We're sorry, but the page you requested 
 * You typed the address incorrectly
 * You followed a link from another site that pointed to this page.
 
-If you came to this page by following a broken link on our site, you can report the [problem](https://issues.apache.org/jira/browse/SLING).
+If you came to this page by following a broken link on our site, you can report the [problem](https://issues.apache.org/jira/browse/FELIX).

Modified: felix/site/trunk/content/errors/404.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/errors/404.mdtext?rev=1432018&r1=1432009&r2=1432018&view=diff
==============================================================================
--- felix/site/trunk/content/errors/404.mdtext (original)
+++ felix/site/trunk/content/errors/404.mdtext Fri Jan 11 12:42:11 2013
@@ -22,4 +22,4 @@ We're sorry, but the page you requested 
 * You typed the address incorrectly
 * You followed a link from another site that pointed to this page.
 
-If you came to this page by following a broken link on our site, you can report the [problem](https://issues.apache.org/jira/browse/SLING).
+If you came to this page by following a broken link on our site, you can report the [problem](https://issues.apache.org/jira/browse/FELIX).