0

I have a VPS with ISPConfig 3. I just create a website and ftp access.How can I test my website without domain name ?

Sébastien REMY
  • 2,399
  • 21
  • 39

1 Answers1

1

You could edit your local /etc/hosts to match your VPS IP & domain.

x.x.x.x   domain.tld

Where x.x.x.x should be replaced by your VPS IP address.

Save the file and hit your domain.tld in the address bar.

demental
  • 1,444
  • 13
  • 25