diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-21 05:07:30 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-21 05:07:30 +0000 |
commit | e37ae0245b63fc9948408df09340ec61ffac1875 (patch) | |
tree | e40884d37211f832ad6d10bd87079833670ef54f /www/cakephp13/files/cakephp-production.conf.in | |
parent | d8c5ae6ece6a7517f9b62baa80bca50ffc39e9b4 (diff) | |
download | ports-e37ae0245b63fc9948408df09340ec61ffac1875.tar.gz ports-e37ae0245b63fc9948408df09340ec61ffac1875.zip |
Notes
Diffstat (limited to 'www/cakephp13/files/cakephp-production.conf.in')
-rw-r--r-- | www/cakephp13/files/cakephp-production.conf.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/cakephp13/files/cakephp-production.conf.in b/www/cakephp13/files/cakephp-production.conf.in new file mode 100644 index 000000000000..89b5ce7d06a0 --- /dev/null +++ b/www/cakephp13/files/cakephp-production.conf.in @@ -0,0 +1,10 @@ +AddType application/x-httpd-php .php +AddType application/x-httpd-php-source .phps + +DocumentRoot %%DATADIR%%/app/webroot + +<Location /> + DirectoryIndex index.php + Order deny,allow + Allow from all +</Location> |