使用wamp在本地的同一项目中创建子域

时间:2018-04-09 11:48:55

标签: php laravel subdomain virtualhost wampserver

我想在本地的同一个项目中使用主域名{ - 1}}和子域名 - localhost.mysite.com创建多子域名。

我已经尝试了我的链接但仍然无法正常工作,目前的代码是:

yash.localhost.mysite.com

虚拟主机

加入<VirtualHost *:80> ServerName localhost.blog.com ServerAlias *.localhost.blog.com DocumentRoot "C:/wamp64/www/blog/" <Directory "C:/wamp64/www/blog/"> Options Indexes FollowSymLinks AllowOverride all Order Deny,Allow Deny from all Allow from all </Directory> </VirtualHost>

conf/extra/httpd-vhosts.conf启用alias_modulevhost_alias_module

关注http://www.axertion.com/tutorials/2012/03/how-to-setup-local-subdomains-using-wampserver/

0 个答案:

没有答案