我的codeIgniter項目在Xamp 1.7.3中運行良好,但在任何其他本地服務器(例如Easy PHP,WAMP等)中都不起作用。Codeigniter項目沒有運行除XAMP之外的其他AMP服務器
我httaccess文件
# Use PHP5 Single php.ini as default
AddHandler application/x-httpd-php5s .php
DirectoryIndex index.html index.shtml index.xhtml index.wml index.perl index.pl index.plx index.ppl index.cgi index.jsp index.js index.jp index.php4 index.php3 index.php index.phtml index.htm home.htm default.htm index.fcgi default.html
# For security reasons, Option followsymlinks cannot be overridden.
#Options +FollowSymLinks
Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteBase/
RewriteCond %{REQUEST_URI} ^/system.*
RewriteRule ^(.*)$ /pwame/index.php/$1 [L]
它是如何工作的。 – tomexsans
如果您打開顯示php錯誤,那麼錯誤是什麼? – Derfder