Support » Fixing WordPress » Homepage loads but all pages and post read "No input file specified."

  • Just migrated my site to a grid based server and there were some major problems.

    My homepage loads fine, but all other pages / posts don’t load now and say “No input file specified.”

    I can still login to my admin panel.

    I’ve re-saved my permalinks and deactivated all my plugins, but nothing is working. I’ve read all the forums about this error, but nothing really seems to help my site.

    Homepage (works): http://migrationology.com/

    Posts (doesn’t work): http://migrationology.com/index.php/2011/06/visiting-wat-phou-ancient-temple-complex-in-champasak-laos/

    It might be something to do with my .htaccess or index.php

    Here’s what is in my .htaccess

    # 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

    Not sure if it has something to do with the fact that “index.php” is in all of my url structures.

    Thanks for your help!

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Homepage loads but all pages and post read "No input file specified."’ is closed to new replies.