No input file specified. (New Issue)
Permalink
Hi All:
I used the question mark fix to fix 99% of my website (See below).
However, when I try to login to the dashboard. I get the "No input file specified." issue on the domain.com/index.php/login/do_login/ page.
Note: I have GoDaddy Linux hosting.
Does anyone know how to make the dashboard work again?
Thanks.
I used the question mark fix to fix 99% of my website (See below).
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}/index.html !-f RewriteCond %{REQUEST_FILENAME}/index.php !-f RewriteRule ^(.*)$ index.php?/$1 [L] </IfModule>
However, when I try to login to the dashboard. I get the "No input file specified." issue on the domain.com/index.php/login/do_login/ page.
Note: I have GoDaddy Linux hosting.
Does anyone know how to make the dashboard work again?
Thanks.
I have a tutorial on how to deal with C5 on Godaddy linux hosting and this problem is discussed
The link is
http://www.concrete5.org/documentation/how-tos/developers/concrete5...