UNENDED - _blog

  • Home
  • About
  • Books
  • Notes
  • Marks
Post 204

"No input file specified." ExpressionEngine Issue Resolved

  • Archive

    • March 2010
    • December 2009
    • July 2009
    • June 2009
    • April 2009
    • March 2009
    • October 2008
    • September 2008
    • August 2008
    • July 2008
    • May 2007
  • Filed Under: Programming
  • Tags: .htaccess, Dreamhost, ExpressionEngine
  • Publish Date: 28 July 2009
  • Share this post
    • Twitter
    • Facebook
    • Buzz

This morning I woke up to a downed site. I could log into the administration section of the site, but none of the public-facing pages worked. Looks like this might be specific to ExpressionEngine on Dreamhost, but I’m not completely sure about this.

Since we hadn’t made any changes to the site in a long while I was a little confused about what could be causing the issue. Turns out it ended up being a small change that was needed in the .htaccess file.

Here is a copy of line 3 in the .htaccess code before the change:

RewriteRule ^(.*)$ /index.php/$1 [L]

Turns out that I just needed to add a ‘?’ right after the ‘php’ like this:

RewriteRule ^(.*)$ /index.php?/$1 [L]

Once I made this little change everything was back up and running.

Again, this change looks like it was specific to Dreamhost. I checked out a few other sites that use ExpressionEngine on other hosts where I know the .htaccess file hasn’t been changed, and they are still up and running.

If somebody else knows what might have caused the change in functionality please feel free to weigh in.

2 Comments - Join the Discussion

Discussion

  1. Lisa Wess
    Commented on 24 August 2009 at 5:21 pm

    Did you ask DH if they changed the server? This can happen when PHP gets upgraded from 4.x to 5.x, or from PHP as an Apache Module to CGI; often the former happens and the latter gets done at the same time, at least based off what I’ve seen in the support forums. =)

  2. Patrick Ashamalla
    Commented on 31 October 2009 at 7:01 pm

    It was definitely a DH thing. Looks like it was the latter. It definitely wasn’t an issue ExpressionEngine. Seems like there are a lot of problems going on with DH lately…

    Thanks for the response!

Add to the Discussion X

Your email is never published nor shared. Required fields are marked *

You may use these HTML tags and attributes:<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

  • Recent Posts

    1. SXSWi 2010 – Content Strategy
      SXSWi 2010 – Content Strategy

      14 March 2010 Interactive

    2. ABC URL Game
      ABC URL Game

      6 March 2010 Miscellaneous

    3. Fatal Error: Allowed Memory Size Fix for ExpressionEngine 2.0 PB
      Fatal Error: Allowed Memory Size Fix for ExpressionEngine 2.0 PB

      2 December 2009 Programming

    4. "No input file specified." ExpressionEngine Issue Resolved
      "No input file specified." ExpressionEngine Issue Resolved

      28 July 2009 Programming

    5. Exporting Dynamic SWF Art to Illustrator
      Exporting Dynamic SWF Art to Illustrator

      4 June 2009 Flash

    6. AIGA and the Design Industry in 2015
      AIGA and the Design Industry in 2015

      6 April 2009 Design

    7. Storyboarding Interactive Experiences
      Storyboarding Interactive Experiences

      21 March 2009 Interactive

    8. Understanding the Interactive Audience: Audience Types
      Understanding the Interactive Audience: Audience Types

      18 October 2008 Interactive

  • © Patrick Ashamalla.
  • RSS 1.0
  • RSS 2.0