I cannot get onto the homepage when I click https://arch1design.com/blog/
All I get is
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
I have contacted go daddy support:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Ive modified the control panel back to the original settings ie https://arch1design.com/blog/, before I lost it
I changed URL to original in options Manage via phpMyAdmin and home.
Ive added addedthese two lines to your wp-config.php, where “example.com” is the NEW location of your site.
define(‘WP_HOME’,””>https://arch1design.com/blog/’);
define(‘WP_SITEURL’,’https://arch1design.com/blog/’);
Still no luck
I cannot log on to my admin so cannot initiate the following:
wp-login.php can be used to (re-)set the URIs (Insert the following lines after
require( dirname(__FILE__) . ‘/wp-load.php’ );
//FIXME: do comment/remove these hack lines. (once the database is updated)
update_option(‘siteurl’, ‘https://your.domain.name/the/path’ );
update_option(‘home’, ‘https://your.domain.name/the/path’ );
I’m trying to upload previous blog right now in Zip form at first a message came
unsupported compression
You attempted to load file with unsupported compression (application/zip). Either support for it is not implemented or disabled by your configuration.
Im not sure what this means but I tried exporting to my documents in Traditional SQL compatibility mode in options.
I tried then tried importing about 10 mins ago but again received the same error message.
Now Im using more time to solve this issue and as Go Daddy support suggest
Please note that moving your files to another directory and importing and exporting the database will most likely result in the same result. Ultimately, you will need to address the scripting that is causing the errors that you have been experiencing.
So now i’m back to square one.
Any ideas anyone?