刪除的index.php我.htaccess
文件在我的根目錄:的.htaccess在笨problme從URL
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
如果我使用
http://iemedica.com.ph/index.php/aboutUs
它會爲我工作
但如果我使用
http://iemedica.com.ph/aboutUs
其給我404
錯誤
您是否在Apache中啓用了mod_rewrite模塊? – Joe 2014-12-19 10:59:35