Welcome Guest, Not a member yet? Register   Sign In
No input file specified and htaccess
#1

[eluser]Lobosaurus[/eluser]
Hi,

I am getting "No input file specified" error message at my Godaddy hosting (caused by PHP as CGI).

I tried hack with
Code:
$config['index_page'] = "index.php?";
and url´s like /index.php?welcome are now OK. Unfortunately I am not able to use it with friendly url´s in .htaccess file. I tried about ten variations and nothing was working. My current .htaccess file looks like:
Code:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?$1 [L]

Has anybody working htaccess file at godaddy?


Messages In This Thread
No input file specified and htaccess - by El Forum - 09-11-2007, 10:59 AM
No input file specified and htaccess - by El Forum - 09-11-2007, 11:16 AM
No input file specified and htaccess - by El Forum - 09-11-2007, 11:19 AM
No input file specified and htaccess - by El Forum - 09-11-2007, 12:10 PM
No input file specified and htaccess - by El Forum - 09-11-2007, 12:34 PM
No input file specified and htaccess - by El Forum - 09-11-2007, 01:19 PM
No input file specified and htaccess - by El Forum - 09-18-2007, 10:57 AM
No input file specified and htaccess - by El Forum - 09-18-2007, 01:32 PM
No input file specified and htaccess - by El Forum - 09-18-2007, 02:31 PM
No input file specified and htaccess - by El Forum - 09-18-2007, 03:19 PM
No input file specified and htaccess - by El Forum - 09-18-2007, 04:40 PM
No input file specified and htaccess - by El Forum - 09-18-2007, 04:48 PM
No input file specified and htaccess - by El Forum - 04-15-2010, 02:42 AM
No input file specified and htaccess - by El Forum - 03-20-2013, 08:17 AM
No input file specified and htaccess - by El Forum - 01-07-2014, 05:43 AM
No input file specified and htaccess - by El Forum - 03-06-2014, 08:48 AM
No input file specified and htaccess - by El Forum - 03-20-2014, 10:37 PM
No input file specified and htaccess - by El Forum - 03-21-2014, 01:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB