#RewriteRule ^/?list/(.*)$ ./list [PT] #RewriteRule ^/?post/(.*)$ ./post [PT] Options -Indexes RedirectMatch "^/blog(/*)$" "/blog/list" RedirectMatch "^/blog/post(/*)$" "/blog/list"