0
請幫我解決我的.htaccess錯誤時返回錯誤500我的htaccess文件有什麼錯誤?
Options -MultiViews
RewriteEngine On
RewriteBase /mvc/public
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?url=$1 [SQA,L]
你可以添加細節什麼是你的htaccess的預期行爲 – error2007s
感謝KOY CoderDude Twodee。 –