No input file specified.
PermalinkHave tried everything I know how to fix the dreaded "No input file specified" issue. Hosting on Domain Priced Right.
They say FastCGI is turned on but only the index.php page is showing for the sight. http://www.jgintl.com is the web site.
Any ideas?
Bill

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
-NOTE that I'm only changing the RewriteRule
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1 [L] </IfModule>
or
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^.*$ index.php/$1 [L] </IfModule>
or
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php/$1 [L] </IfModule>
worked for me. Thanks mkly, good Karma!
Here are some links with various approaches:
http://www.concrete5.org/developers/bugs/5-4-1-1/path_info-problem/...
http://jeremeclaussen.com/blog/2010/3/30/concrete5-pretty-urls-and-...
http://www.concrete5.org/community/forums/installation/no-input-fil...
http://www.concrete5.org/community/forums/usage/andquotno_input_fil...
And I recently came across this page which is for wordpress, but it's the same issue and has a bunch of things you can try:
http://codex.wordpress.org/Using_Permalinks...
Good luck.
Often you wont have it there. Most static html sites don't always use them.
Are you having issues as well. I don't know why you would state your not able to find the file.
Welcome to the community by the way. Ask anything you need to have help with.
it exists but your FTP client isn't showing it. You should explore any
"hide system file" type settings.
best wishes
Franz Maruna
CEO - concrete5.org
http://about.me/frz