Is there another database server software for PHP other than MySQL? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question Is are there another database server software for PHP other than MySQL? Does it run on Linux? Does it work with Apache? (No … Read more

Add frame window to all websites for users on network

Locked. This question is not currently accepting new answers or interactions. Learn more. I’m working for a small ISP and I’m trying to figure out how I can add a frame window to all websites that all users on our network see, so that we can promote faster speeds / notify users of downtime. I’ve … Read more

Create a server to host a website using old pc

Good Afternoon, sorry if its not the right place to ask this question. I have to make a project, a website, for university, and the client wants to see the progress until the project is finished. The problem is, I don’t have that much money to buy a host and searching for some solutions I … Read more

File loads ftp but not http [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 2 years ago. Improve this question I uploaded a file via ftp and the ftp link to that file works but when I try to access the file http, … Read more

Magento Using https:// for all links in source

So today I was trying to install a fresh instance of Magento v1.7.0 on my vps which is running nginx. Once I uploaded the clean install to public_html I unzipped it and entered my ip to run the install i.e. xx.x.xxx.xxx:8089. Initially I got a “SSL connection error” in chrome, so I then tried http://xx.x.xxx.xxx:8089 … Read more

Upload website in a rented cloud server [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed last year. Improve this question I have access to a cloud server by IONOS. My domain has been connected to this server. Now the next step is to create … Read more

IIS – https:// works while http://host:443 doesn’t

This is my site: http://scyk.pl When you go https://scyk.pl Everything is ok, but when you go http://scyk.pl:443 Connection is timing out. I am running IIS7, today I configured ssl, and I don’t know why :443 version is not working. Any help? Answer The third URL you’re using is just plain wrong; it tells to your … Read more

CORS on my NginX server [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question Where/how do I put the code in to allow CORS access to lets say http://Test.com I’m running NginX on Ubuntu server 14.04 My … Read more

Can a server setting keep a page from opening? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question I have a page with the following form: <form name=”form1″ method=”post” action=”wrong_1.htm” target=”_blank”> <input type=”submit” name=”Submit” value=”A. Public / Community View “> </form> … Read more