mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
use folder structure to circumvent .html stuff, closes #8
This commit is contained in:
parent
b765754280
commit
2e89efcb10
@ -76,7 +76,8 @@ Options -MultiViews
|
|||||||
# You can customize what Apache returns to the client in case of an error (see
|
# 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.:
|
# 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 +FollowSymlinks
|
||||||
# Options +SymLinksIfOwnerMatch
|
# Options +SymLinksIfOwnerMatch
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
# RewriteBase /
|
RewriteBase /
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user