refreshing page showing 404 error using Nginx
Hi I uploaded my react app on server and make it live. It's working fine but whenever I refresh any page of application. it's returning 404 error. what should I do ?
Hi I uploaded my react app on server and make it live. It's working fine but whenever I refresh any page of application. it's returning 404 error. what should I do ?
I am just starting my journey with servers so I bought one VPN. I installed there ubuntu 18, apache 2.4, php8, webmin, mysql etc. I have two sites based on symfony 5 hosted here without any problems. I installed PHPmyAdmin…
How can I delete an excel file form server with Javascript Apache I try this code but no works. var r = confirm("Are you sure you want to delete this File?") if(r == true) { $.ajax({ url:'delete.php', data:'https://example/server/index.xlsx', method:'GET', success:function(response){…
The ISP in my country block my website for a political reasons. In the first time, they block my website IP address, so every time they block the IP, I change the IP to a new one, so I can…
I have two devices that I use as MySql server and Django server. My system, which works on my development device, becomes inoperable when it switches to other devices. Settings on 192.168.3.60: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME':…
I have 3 apps written in node js using the express module. Every app supports http and https. I created that for three different ports. I want to run all apps in a single pc with single IP but different…
I would like to know how to unmount nginx server that appears on my port 8081. I used this command: docker run -d --name server -p 8081:80 nginx However, I already stopped and removed nginx server with docker and deleted…
Im few days in one project where I have a task of using Docker. After following few tutorials I find the easy way of deploying my LAMP server using docker-compose that looks like this: version: '3.7' services: php-httpd: image: php:7.3-apache…
I've made a bot using java, and it works perfectly using my laptop as the host machine (the program runs in my machine and telegram users can use my bot as long as i'm running it on my machine). In…
I've installed my laravel project on shared hosting. Everything was fine until when server starts loading old pages and scripts after uploading changes. I've checked and cleared browser and laravel caches every time but the problem still. Then I've deleted…