jonseg / crud-admin-generator

An open source tool to generate a complete backend from a MySql database.
http://crud-admin-generator.com/
MIT License
1.43k stars 441 forks source link

my whole server navigates #123

Open fakirpic opened 5 years ago

fakirpic commented 5 years ago

<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
</Directory>

when i use this config