我试图让它工作,但我遇到了问题。当我去回显我得到http://localhost/test/demo/
的值时。但是当我去的价值是为什么要这样做呢?该文件位于目录内。p
demo
http://localhost/test/demo/moretext/
p
index.php/moretext
.htaccess
test
Options +FollowSymLinks
RewriteEngine On
RewriteBase /test/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+?)/(.+?)/$ index.php?p=$1&file=$2
RewriteRule ^(.+?)/$ index.php?p=$1