为什么 改完没有用啊 求解

来源:2-3 自定义网站根目录

慕用6566211

2017-06-02 22:00

# symbolic links and aliases may be used to point to other locations.

#

DocumentRoot "g:/Demo"

<Directory "g:/Demo">

    #


写回答 关注

1回答

  • 野生码农在线co腚
    2017-06-04 00:46:06

    <VirtualHost *:80>
        DocumentRoot "E:/test"
        ServerName x.com
        <Directory "E:/test">
          Options +Indexes +FollowSymLinks +ExecCGI
          AllowOverride All
          Order allow,deny
          Allow from all
          Require all granted
          RewriteEngine on
          RewriteCond %{REQUEST_FILENAME} !-f
          RewriteCond %{REQUEST_FILENAME} !-d
          RewriteRule . index.php

      </Directory>
    </VirtualHost>

PHP入门篇

PHP入门教程轻松学习,行业大牛帮您快速掌握PHP编程基础知识。

455957 学习 · 6306 问题

查看课程

相似问题