We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

After migrating to a new server getting error:

Development and Programming

dmDev08's avatar
dmDev08
100 posts
9 years ago
dmDev08's avatar dmDev08

After migrating to a different server (which EE Wizard said was perfect), all urls other than the homepage give the error:

No input file specified. 

What causes this? How do I fix it?

       
dmDev08's avatar
dmDev08
100 posts
9 years ago
dmDev08's avatar dmDev08

I solved the issue. My htacces which allowed doing URLs without the “index.php?” had the rule:

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

but it needed to be:

RewriteRule ^(.*)$ /index.php?/$1 [L]
       
Kevin Cupp's avatar
Kevin Cupp
791 posts
9 years ago
Kevin Cupp's avatar Kevin Cupp

Good catch! Yes different servers will handle query string input, glad you got it sorted.

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.