"No Input File Specified." appear on all pages
-
Hi. Hopefully someone have the solution here. I tried to upgrade to 4.2.3 and it failed due to the upload size restriction from the host.
After that, every page I try to access gives me the “No input file specified.” message. I get the message on the front end, admin, login.
I have google around and try many different solutions. I have try manually replacing the wp files, I have tried setting my htaccess to…
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
but nothing make a difference. If anyone have any idea, that would be great. I am totally lost at what else I can try.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘"No Input File Specified." appear on all pages’ is closed to new replies.