CHunYenc / xampp-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XAMPP Conf

# ADD D:/php/test to the path
Alias /test "D:/php/test" # Path to the folder
<Directory "D:/php/test">
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Require all granted
</Directory>

About


Languages

Language:PHP 100.0%