Answers for "how to use custom domain name on localhost on linux ubuntu"

PHP
1

how to use custom domain name on localhost on linux ubuntu

click on the link below 
use custom domain name instead of writing localhost/yourprojectname/
on ubuntu linux xampp
https://www.youtube.com/watch?v=2UbpmSNr48c
Posted by: Guest on September-03-2021
0

set domain name for localhost ubuntu

sudo nano /etc/hosts
# Add your Domain pointed to 127.0.0.1 or 0.0.0.0

127.0.0.1  domain.com

#Ctrl + O save Ctrl + X Exit
Posted by: Guest on July-02-2021

Code answers related to "how to use custom domain name on localhost on linux ubuntu"

Browse Popular Code Answers by Language