diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
commit | a54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch) | |
tree | 16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /www/cakephp2/files/cakephp-development.conf.in | |
parent | - Update to 1.11.3 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Diffstat (limited to 'www/cakephp2/files/cakephp-development.conf.in')
-rw-r--r-- | www/cakephp2/files/cakephp-development.conf.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/cakephp2/files/cakephp-development.conf.in b/www/cakephp2/files/cakephp-development.conf.in deleted file mode 100644 index 86a7a676d57b..000000000000 --- a/www/cakephp2/files/cakephp-development.conf.in +++ /dev/null @@ -1,10 +0,0 @@ -AddType application/x-httpd-php .php -AddType application/x-httpd-php-source .phps - -Alias /cakephp %%WWWDIR%% - -<Location /cakephp> - DirectoryIndex index.php - Order deny,allow - Allow from all -</Location> |