<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
<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
when i use this config