虚拟主机的问题

时间:2016-11-14 16:57:38

标签: apache virtualhost

我正在使用Xampp,而且我正在开发一个网络应用。

在httpd-vhosts.conf中:

<VirtualHost *:80>
    DocumentRoot "C:/xampp/htdocs/ProgettoTimelinegit/api"
    ServerName timeline.dev
     <Directory "C:/xampp/htdocs/ProgettoTimelinegit/web/app/index.html">
         Options Indexes FollowSymLinks MultiViews ExecCGI
         AllowOverride Authconfig FileInfo
         Require all granted
        </Directory>
  </VirtualHost>

并在etc / hosts

127.0.0.1 timeline.dev

在我的浏览器上,我写了timeline.dev它到达了html,但它没有很好地渲染,因为路径不正常。 我的意图是当我写timeline.dev时,它正确 htdocs/ProgettoTimelinegit/web/app/index.html

在/api/index.php(调用路由)中有后端,在/ web前端。 为什么我要写#time; timeline.dev/index.php/route'在http请求中,它会像这样附加吗?

localhost:9000/timeline.dev/index.php/route

1 个答案:

答案 0 :(得分:0)

变化 C2=A2&" "&B2 DocumentRoot "C:/xampp/htdocs/ProgettoTimelinegit/api"