Crenox Posted April 10, 2017 Posted April 10, 2017 So recently I have moved from a managed server host who squashed loads of websites onto one machine to a VPS. I've installed all of the essentials etc.. I transferred the database over, linked everything up in the conf_global.php file. I had to change the MySQL socket so it works and the database. My forum - www.nova-gaming.uk/forums/ When I go to my site it says this: I can tell that it is indeed connecting to the MySQL database as if I purposely enter the incorrect details it takes it to an Error 520 Cloudflare page. I tested this multiple times to confirm. When I uploaded my server files I downloaded them from the old server and just reuploaded them, most of the folder permissions are on CHMOD 755 so only Owner writable, do I need to change anything? Please note that I am using the same domain, and everything is in the same folders. Also is there anything else I need to change to get this working?
nodle Posted April 10, 2017 Posted April 10, 2017 Did you check your .htaccess file? Did that transfer over as well?
Crenox Posted April 10, 2017 Author Posted April 10, 2017 I didn't have a .htaccess file, I just checked the /forums folder on my old server... I had one in the main public_html here is the contents; RewriteEngine on RewriteOptions inherit RewriteCond %{HTTP_HOST} ^nova\-gaming\.uk$ [OR] RewriteCond %{HTTP_HOST} ^www\.nova\-gaming\.uk$ RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ Reason I didn't transfer it is because it has loads of CPanel stuff, and I am using Apache as it's free. Not sure if you have anything that'l help you thought @nodle
nodle Posted April 10, 2017 Posted April 10, 2017 Are you able to login to the Admin panel still? Does that load? This is the default .htaccess file: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Crenox Posted April 10, 2017 Author Posted April 10, 2017 @nodle I uploaded the htaccess file above to my main /forums folder which is the root directory for my suite. But still says the same... I tried to access my admin panel; nova-gaming.uk/forums/admin however it redirected to this: <link removed>
Crenox Posted April 10, 2017 Author Posted April 10, 2017 I have also just seen. I never had a htaccess file on my old server so there shouldn't really be a need for one...
nodle Posted April 10, 2017 Posted April 10, 2017 Tough to say, I would put a ticket in with IPB they should be able to help you. Just double check your conf_global file.
nodle Posted April 12, 2017 Posted April 12, 2017 @Crenox I see your site is up and running now, what was the problem?
sweethoney Posted April 12, 2017 Posted April 12, 2017 On 10/04/2017 at 8:16 PM, Crenox said: @nodle I uploaded the htaccess file above to my main /forums folder which is the root directory for my suite. But still says the same... I tried to access my admin panel; nova-gaming.uk/forums/admin however it redirected to this please remove the link from here it will open you up to some that will hack your add min when you hit this link it takes you to the admin guest might hack it so i would remove the link
Crenox Posted April 14, 2017 Author Posted April 14, 2017 Ok will do, and @nodle I contacted support and they got my to install the requirements checker. For some reason when I upgraded to php7 it never set it as the current version and instead used 5.5.9 so I just googled how to set it inactive and set php7 active.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.