我有异常的问题。在我的本地机器上一切正常。我在两台机器上都启用了mod_rewite。这是我的.htaccess文件:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?s=$1 [L]
此代码在服务器上不起作用。当我致电地址www.example.com/registration时,我得到404 Not Found。你知道我可以启用任何选项来实现这个目的吗?