# BEGIN
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END
我是htaccess的初學者,所以任何人都可以幫我描述一下這些代碼行是什麼意思?如何用htaccess控制請求
這就是我要找的,謝謝你 – coderex 2009-08-19 05:33:32