标签: php regex .htaccess
所以我使用这个
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.php [NC,L]
删除我网址中的.php。所以这里发生了什么。我有一个名为good的文件夹,里面有一个index.php,现在当我转到localhost/good时,我最终得不到404。我认为这是因为我的.htaccess。有任何想法吗?
.php
good
index.php
localhost/good