Welcome Guest, Not a member yet? Register   Sign In
problem with uploading codeigniter on godaddy hosting
#2

[eluser]pickupman[/eluser]
I've ran into this before. [url="http://www.terencechang.com/2008/08/28/codeigniter-no-input-file-specified-php-5-apache-2/"]Read this[/url].

Should try using:
Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /administrator/index.php/?$1 [L]
</IfModule>
<IfModule !mod_rewrite.c>
    ErrorDocument 404 /administrator/index.php
</IfModule>


Messages In This Thread
problem with uploading codeigniter on godaddy hosting - by El Forum - 08-12-2011, 11:44 PM
problem with uploading codeigniter on godaddy hosting - by El Forum - 08-13-2011, 10:20 AM
problem with uploading codeigniter on godaddy hosting - by El Forum - 08-13-2011, 11:12 AM
problem with uploading codeigniter on godaddy hosting - by El Forum - 08-13-2011, 11:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB