diff options
Diffstat (limited to 'blog/.htaccess')
-rw-r--r-- | blog/.htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/blog/.htaccess b/blog/.htaccess new file mode 100644 index 0000000..704db67 --- /dev/null +++ b/blog/.htaccess @@ -0,0 +1,5 @@ +#RewriteRule ^/?list/(.*)$ ./list [PT] +#RewriteRule ^/?post/(.*)$ ./post [PT] +Options -Indexes +RedirectMatch "^/blog(/*)$" "/blog/list" +RedirectMatch "^/blog/post(/*)$" "/blog/list" |