9d3c8c0
1 2 3 4 5
#RewriteRule ^/?list/(.*)$ ./list [PT] #RewriteRule ^/?post/(.*)$ ./post [PT] Options -Indexes RedirectMatch "^/blog(/*)$" "/blog/list" RedirectMatch "^/blog/post(/*)$" "/blog/list"