Godaddy changed my IP, Login broken

Permalink
I got email today that Godaddy decided to put my files onto a different server. Now I can't Log into my Concrete5 sites. It tries to go to sitename.org/index.php/login but now I get an error message saying "No input file specified."
When I look for that phrase I see solutions from years ago that don't seem to apply today. Anyone else know what could have changed? I hate Godaddy.

 
hutman replied on at Permalink Reply
hutman
There are many things that people have suggested to fix this problem for GoDaddy in previous forum posts, which ones have you tried without success?
vgcorg replied on at Permalink Reply
I tried creating .htaccess with the following, it didn't work:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]

Somewhere I read I need to turn on/off "pretty URL" but I don't know how to do that. Is that part of the server configuration?

Somewhere I read I shoudl change the "handler" for .php files from "FastCGI" mode to "Apache Plugin" mode. I don't know what that means, either, is that part of the server configuration or something I can control?

I think I have a responsive tech on a Godaddy ticket now, I'll send him this info in case he knows what it means. I'm just annoyed that my site worked fine on previous server and doesn't on the new server.
vgcorg replied on at Permalink Reply
During installation I'm guessing that something runs to check the server configuration and sets various variables. Is there a way to re-run that check and reset the variables if my site gets moved to a new server? I'm lost about what to try next with Godaddy and their new server that broke my Concrete5 sites. :'-(