【发布时间】:2015-08-04 14:46:18
【问题描述】:
我正在寻找一个 Apache .htaccess 重写规则来将 url 从子目录重定向到父目录。
以下是用例:
网址重定向:
http://localhost/content/videos redirects (302) to http://localhost/videos
http://localhost/content/article/some-awesome-article redirects (302) to http://localhost/article/some-awesome-article
http://localhost/content/some-html-file.html redirects (302) to http://localhost/some-html-file.html
etc.
虽然以下不应该:
http://localhost/content/some-image.jpg
http://localhost/content/admin (Specific)
【问题讨论】:
标签: regex apache .htaccess mod-rewrite redirect