aboutsummaryrefslogtreecommitdiff
path: root/www/prado/files/prado-development.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/prado/files/prado-development.conf.in')
-rw-r--r--www/prado/files/prado-development.conf.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/prado/files/prado-development.conf.in b/www/prado/files/prado-development.conf.in
new file mode 100644
index 000000000000..cdb5e1d685dc
--- /dev/null
+++ b/www/prado/files/prado-development.conf.in
@@ -0,0 +1,10 @@
+AddType application/x-httpd-php .php
+AddType application/x-httpd-php-source .phps
+
+Alias /prado %%WWWDIR%%
+
+<Location /prado>
+ DirectoryIndex index.php index.html
+ Order deny,allow
+ Allow from all
+</Location>