https://github.com/liufee/feehicms
httpd.conf文件
uncomment LoadModule rewrite_module modules/mod_rewrite.so uncomment Include conf/extra/httpd-vhosts.conf
httpd-vhosts.conf 文件
<VirtualHost *:80> ServerAdmin seamanj@gmail.com DocumentRoot "C:/seaman-workshop/SurreyOutdoor/frontend/web" ServerName surreyoutdoor.com # tj : if you want set servename to others(say: SurreyOutdoor.com), you need add the other name in your host file ErrorLog "logs/dummy-host2.example.com-error.log" CustomLog "logs/dummy-host2.example.com-access.log" common <Directory "C:/seaman-workshop/SurreyOutdoor/frontend/web/"> Options FollowSymLinks AllowOverride All Require local Require all granted </Directory> </VirtualHost>