1
這裏是我的.htaccess:Apache的mod_rewrite的忽略時間和多餘的斜線
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^[0-9]+(/)?$ /hello.php [R=301]
本地主機/ 123重定向預期爲localhost/hello.php。
但是: localhost/123 ....和localhost //// 123 ////也重定向到localhost/hello.php。
這是怎麼回事?