1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-13 16:45:14 +01:00

use folder structure to circumvent .html stuff, closes #8

This commit is contained in:
Matthias Kretschmann 2013-12-08 16:56:06 +01:00
parent b765754280
commit 2e89efcb10
3 changed files with 3 additions and 2 deletions

View File

@ -76,7 +76,8 @@ Options -MultiViews
# You can customize what Apache returns to the client in case of an error (see
# http://httpd.apache.org/docs/current/mod/core.html#errordocument), e.g.:
ErrorDocument 404 /404.html
ErrorDocument 404 /404/
ErrorDocument 500 /404/
# ##############################################################################
@ -204,7 +205,7 @@ AddDefaultCharset utf-8
Options +FollowSymlinks
# Options +SymLinksIfOwnerMatch
RewriteEngine On
# RewriteBase /
RewriteBase /
</IfModule>
# ------------------------------------------------------------------------------