我有 httpd-xampp.conf
<IfModule alias_module>
...
Alias /examples "D:/xampp/htdocs/examples/"
<Directory "D:/xampp/htdocs/examples">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</IfModule>
在示例文件夹中我有 index.html,但是当我访问时http://localhost:8880/examples
,我有错误
This page was not found
You are not logged in.
Back Log in Issues
我的配置有错误吗?其他别名:phpmyadmin,安全性很好。