diff options
author | piernov <piernov@piernov.org> | 2016-04-24 15:45:07 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2016-04-24 15:45:07 +0200 |
commit | a7d9febaba01a5f32ff77dade8f4fa1e97870354 (patch) | |
tree | 4d13cb926ec282f82dccce07ade9412825e48c6f /.htaccess | |
parent | 198eaff1fb3469e27318592c4b592e2f099f41a1 (diff) | |
download | candybox-a7d9febaba01a5f32ff77dade8f4fa1e97870354.tar.gz candybox-a7d9febaba01a5f32ff77dade8f4fa1e97870354.tar.bz2 candybox-a7d9febaba01a5f32ff77dade8f4fa1e97870354.tar.xz candybox-a7d9febaba01a5f32ff77dade8f4fa1e97870354.zip |
Add .htaccess for using index.xhtml as DirectoryIndex
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..1aea756 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +DirectoryIndex index.xhtml |