Options +FollowSymLinks
Options +Indexes
RewriteEngine on
RewriteBase/
RewriteRule ^haveg/employer/([0-9]+)/(.*) haveg/employer.php?msg_id=$1
當我使用重定向使用mod_rewrite
http://localhost/haveg/employer/7003/the-message-title
or
http://localhost/haveg/employer/7003/
的問題是在這裏http://localhost/haveg/employer/7003
因爲我刪除末尾的斜槓它工作正常。它給頁面找不到錯誤。
謝謝它的作品:) – shaikh 2012-01-30 16:03:56
所以我可以得到一個漂亮的綠色複選標記? :) – Gus 2012-01-30 16:07:42
這將重寫URL http:// localhost/haveg/employer/7003message到'http://localhost/employer.php?msg_id = message'。不是很乾淨 – Borodin 2012-01-30 16:14:30