I'm trying to serve an application on a home network (windows10) however the tips I encounter on the web to change apache settings do not work, probably because they refer to earlier versions of Apache 2.4.23.
I followed this tutorial to install https on localhost.
But I would like to access my projects too, only over the network, just like I do with http
I tried to follow the same pattern I used in httpd.conf , but it did...
Good afternoon.
I want to configure my web server (wamp) for external access.
What I've already done:
1-I have configured noP account;
2-configure the router to route the port to my local Ip;
3-I have port 8080 open on the router;
4-wampserver...
I have the following code that inserts in my DB a name and city using PHP.
<?php
$link = mysqli_connect("localhost", "root", "admin");
mysqli_select_db($link, "crud");
?>
<!DOCTYPE html>
<html lang="en">
<head>
&l...
Well, I have a problem and he already gave me a headache. I did an application with Magic Software and to run it on my Android I have to configure Magic Studio the right way (done), run the project on the Magic server (done and working) and inst...