/ Published in: Apache
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<VirtualHost *:80> ServerName myapp.example.com DocumentRoot "/home/steve/myproject/web" DirectoryIndex index.php Alias /sf /$sf_symfony_data_dir/web/sf <Directory "/$sf_symfony_data_dir/web/sf"> AllowOverride All Allow from All </Directory> <Directory "/home/steve/myproject/web"> #Options -Indexes FollowSymLinks MultiViews AllowOverride All Allow from All </Directory> </VirtualHost>