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