Luis Cadena
Luis Cadena

Reputation: 102

How to enable simple names for xampp htdocs projects on the browser

I want to type cmssystem.test on the browser and direct me to my project in htdocs in xampp instead of localhost:8888/xampp/htdocs/cmsystem/abcdefghikl.......z

I tried adding the following directives to xampp/apache/conf/extra/httpd-vhosts.conf

vhosts.conf

And I also added to Windows\System32\drivers\etc\hosts

hosts

But my browser directs me to my isp service provider asking me if I need help navigating the internet :/

Upvotes: 1

Views: 432

Answers (1)

Luis Cadena
Luis Cadena

Reputation: 102

Here is how it worked for me by creating an SSL cerificate for my domain name: https://shellcreeper.com/how-to-create-valid-ssl-in-localhost-for-xampp/

Upvotes: 1

Related Questions