【发布时间】:2013-10-01 20:51:17
【问题描述】:
如何将所有 url 重定向到一个页面并将 admin 重定向到 admin-folder-name ??
例子
http://domainname.com/about should point to redirect.php?url=about
http://domainname.com/contact should point to redirect.php?url=contact
但同时
http://domainname.com/admin should point to admin folder ??
我当前的 .htaccess 是
RewriteEngine on
RewriteRule (.*) redirect.php?page_url=$1 [QSA,L]
我对 /admin 印象深刻 感谢您的帮助
【问题讨论】:
标签: .htaccess