We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e70bf2a + 1d99eed commit 648d926Copy full SHA for 648d926
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