Weird server error message after making new site live

Permalink
Hello,

I am trying to make a site live but I keep running into some issues. I'll describe what I did.

My client has a domain registered with Network Solutions and a new site built in Concrete5 and hosted with BlueHost. The site sits in a temporary domain, something likehttp://69.89.31.105/~muniq8/

Today we decided to make the site live, so I went to Network Solutions and changed the nameservers to BlueHost's nameservers.

Then I went to the C5 site and added the canonical url. Pretty urls were already on.

Finally, I updated the .htaccess file with this copy:

# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php

# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
# -- concrete5 urls end --

For some reason, the side panel in C5 is gone and I can only access the dashboard if I use the temporary url (my guess is that the main path has changed and the browser can't find it).

But the most disconcerting issue is that I'm getting a server error when I load the page using the root domain. Server error screenshot attached.

I don't know what else to do. The main domain in the web host control panel is correct. BlueHost confirmed that the site directory and DNS are properly configured and working.

Anyone has any suggestion of where to look? Have you ever seen this error before? Could it be a virus/spam?

Thanks!
Mariana

1 Attachment

 
CMSDeveloper replied on at Permalink Reply
CMSDeveloper
Hi!

Just a Bluehost bad hosting issue, seems to me.

https://webhostinggeeks.com/user-reviews/bluehost/...

:)
jasteele12 replied on at Permalink Reply
jasteele12
Since Bluehost doesn't support ASP hosting, and definitely doesn't have a d:\neteng\ directory on its LInux servers, I'm going to go with a local machine mis-configuration or one requiring a DNS flush ;)