Hi,
I am getting “No input file specified” error message at my Godaddy hosting (caused by PHP as CGI).
I tried hack with
$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:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?$1 [L]Has anybody working htaccess file at godaddy?