我一直在关注一些 YouTube 视频来尝试让它工作,但它似乎不想这样做。这就是我的 .htaccess 文件的外观:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule RewriteRule ^(.*)$ index.php/$l
我对 .htaccess 完全陌生,我不完全确定它是如何工作的,但我的常识告诉我只需创建一个文件,将其命名为 .htaccess 并将其放在与我的 index.php 相同的文件夹中,对吗?
所以当我去,说 index.php/foo/bar 甚至只是 /foo/bar/ 我得到一个 404 错误。
可能的问题是什么?它是安装了 PHP 5.3.10 的 Windows 2008 服务器。