Joke Collection Website - Public benefit messages - Php created crmeb project, how to call it locally?

Php created crmeb project, how to call it locally?

Obviously, I told you to install it in the domain directory. If it is local, first modify the host file and resolve the domain name to 127.0.0. 1, for example,127.0.0.1abc.com, then modify the apache configuration file and add vhost.

& lt Virtual Host *: 80 >

Server name abc.com

Document root directory "Your website directory"

& lt Directory "Directory of your website" "

Order Rejection and Allow

Allow everyone

& lt/Direcotry & gt;

& lt Virtual Host/>

Restart, and then open a browser to open your local website.

Of course, if it's too troublesome, just download phpstudy directly, add a website in the website options, set the domain name and specify the directory, and you can open it. It is convenient and quick, and automatically helps you modify the host and add vhost configuration.