-
Notifications
You must be signed in to change notification settings - Fork 437
Open
Description
<VirtualHost *:80>
DocumentRoot /path_to/admingenerator/web
DirectoryIndex index.php
<Directory "/path_to/admingenerator/web">
Options Indexes FollowSymLinks
Order Allow,Deny
Allow from all
AllowOverride all
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir none
when i use this config
Metadata
Metadata
Assignees
Labels
No labels