Page 1 of 1

XAMPP SERVER ERROR

PostPosted: 23. October 2018 09:21
by Kakadante
Hello team,

I installed XAMPP in my machine, changed the ports to 8090 and 4433 because I had skype in my machine and afterwards moved htdocs files with my already installed and functional wordpress in it to ONEDRIVE so that I can work directly from the cloud for security purposes, now when I try to redirect to localhost:8090 in the browser to my wordpress site I get the attached error, any help please?

Server error!
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

If you think this is a server error, please contact the webmaster.

Error 500
localhost
Apache/2.4.35 (Win32) OpenSSL/1.1.0i PHP/7.2.11

Re: XAMPP SERVER ERROR

PostPosted: 23. October 2018 13:59
by Altrea
Hi,

Kakadante wrote:I installed XAMPP in my machine, changed the ports to 8090 and 4433 because I had skype in my machine

This is not neccessary. Read more: https://community.apachefriends.org/f/viewtopic.php?f=22&t=69784&p=239058#p239060

Kakadante wrote:afterwards moved htdocs files with my already installed and functional wordpress in it to ONEDRIVE so that I can work directly from the cloud for security purposes, now when I try to redirect to localhost:8090 in the browser to my wordpress site I get the attached error, any help please?

Server error!
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

If you think this is a server error, please contact the webmaster.

Error 500
localhost
Apache/2.4.35 (Win32) OpenSSL/1.1.0i PHP/7.2.11

Take a look into your Apache error.log and php_error_log. Error 500 messages produce more speaking messages in that log files.
There are often problems occuring if you place webserver files inside a cloud folder like onedrive or dropbox.
Therefore i would not recommend this.

best wishes,
Altrea

Re: XAMPP SERVER ERROR

PostPosted: 23. October 2018 16:29
by Nobbie
Kakadante wrote:and afterwards moved htdocs files with my already installed and functional wordpress in it to ONEDRIVE


Moving a running website into the cloud is one of the most powerfull ways to DESTROY it totally. That is the unsafest and most unsecured idea ever.