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:
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
|
||||
# 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>
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user