You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/09 03:23:02 UTC

docs commit: Making .htaccess obey baseurl.

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website f5cc50d88 -> 88b555b48


Making .htaccess obey baseurl.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/88b555b4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/88b555b4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/88b555b4

Branch: refs/heads/cordova-website
Commit: 88b555b480c24de15121af4a5aae31d084fceed8
Parents: f5cc50d
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Tue Sep 8 18:22:58 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Tue Sep 8 18:22:58 2015 -0700

----------------------------------------------------------------------
 www/.htaccess | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/88b555b4/www/.htaccess
----------------------------------------------------------------------
diff --git a/www/.htaccess b/www/.htaccess
index de377bf..d17cd86 100644
--- a/www/.htaccess
+++ b/www/.htaccess
@@ -1 +1,3 @@
-ErrorDocument 404 /404.html
+---
+---
+ErrorDocument 404 {{ site.baseurl }}/404.html


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org