CodeIgniter woe
Date: 11/16/06
(PHP Community) Keywords: php, web
Anyone familiar with either dreamhost, code igniter, or .htaccess? I'm having a problem getting it all setup, and I suspect that my problem is in the .htaccess file.
My .htaccess:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
The website in question: http://www.zastica.com/ (you can see that the index page works, but anything else like zastica.com/blog/ dies with "No Input File Specified"
Any help would be greatly appreciated.
Source: http://community.livejournal.com/php/511307.html