-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Frank Boës
committed
Sep 14, 2016
1 parent
e832ca2
commit 59d0e63
Showing
4 changed files
with
16 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/htdocs/* | ||
!/htdocs/.htaccess | ||
/log | ||
/logs | ||
/node_modules | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
AddType text/xml xml rss atom | ||
AddType text/plain .md | ||
AddType application/json .json | ||
AddCharset utf-8 .html .css .js .rss .atom .xml .md .json .txt | ||
ErrorDocument 404 /404.html | ||
ErrorDocument 410 /404.html | ||
DirectoryIndex index.html | ||
|
||
# General Blogophon redirects | ||
RedirectMatch 301 ^/htdocs/(.*)$ /$1 | ||
RedirectMatch 301 ^/posts/?$ / | ||
|
||
# Add your stuff here |