We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbaa56d commit ccdf2daCopy full SHA for ccdf2da
apache-config
@@ -1,7 +1,10 @@
1
-AliasMatch ^/compiler/?(.*) /opt/codebender/compiler/Symfony/web/$1
2
-<Directory /opt/codebender/compiler/Symfony/web>
3
- Options -Indexes FollowSymLinks MultiViews
+<VirtualHost *:80>
+ DocumentRoot /opt/codebender/compiler/Symfony/web
+ DirectoryIndex index.php
4
+ SetEnv APPLICATION_ENV "production"
5
+ <Directory /opt/codebender/compiler/Symfony/web>
6
+ Options -Indexes +FollowSymLinks +MultiViews
7
+ Require all granted
8
AllowOverride All
- Order allow,deny
- Allow from all
-</Directory>
9
+ </Directory>
10
+</VirtualHost>
0 commit comments