0
http://www.example.com/blog/demo/first-post
http://www.example.com/blog/test/second-post
我想上面的URL重寫與htaccess的下面,.htaccess中刪除多個子或隱藏子目錄(S)
http://www.example.com/first-post
http://www.example.com/second-post
簡單,
如果請求的URI包含字符串 '博客'它應該刪除'博客'和下一個項目,並與第一部分concruate遺體
謝謝