• Hello,

    I recently moved over to dreamhost and am getting the following error when I tried to navigate to one of my post pages:
    “No input file specified.”

    This is only happening if I use a permalink structure of:
    /index.php/%year%/%monthnum%/%day%/%postname%

    Which has been working on my other two hosts for the last couple years. If I change to one of the default ones I get a 404 error.

    I have searched the forums and tried all the suggestions. In the options my:
    WordPress address (URL): http://cjbonline.org/wordpress
    Blog address (URL): http://cjbonline.org

    My .htaccess file contains:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Any ideas on what is causing this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter blackc2004

    (@blackc2004)

    Anyone have any ideas on this? It’s causing me tons of problems as now all my old links are 404 errors.

    Is there some way to completely reset all the permalink information? Like is there a row in the database or something that holds all this info?

    Thread Starter blackc2004

    (@blackc2004)

    Hi there. Can someone please shed some light on this.

    So far I’ve set the post_name and guid columns to null and then reran the upgrade scripts to populate those fields again. That still didn’t do anything.

    Anyone?!?! All my links are 404 errors!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No input file specified error on Dreamhost’ is closed to new replies.