blob: 704db67ac049244f5fcab18a12ce68d688c2b64a (
plain) (
blame)
1
2
3
4
5
|
#RewriteRule ^/?list/(.*)$ ./list [PT]
#RewriteRule ^/?post/(.*)$ ./post [PT]
Options -Indexes
RedirectMatch "^/blog(/*)$" "/blog/list"
RedirectMatch "^/blog/post(/*)$" "/blog/list"
|