freebsd-ports/www/cakephp23/files/cakephp-production.conf.in
Guido Falsi 8fac84745c add new port: www/cakephp23
This is a port of the CakePHP web application framework. CakePHP is a
free open-source rapid development framework for PHP. It's a structure
of libraries, classes and run-time infrastructure for programmers
creating web applications originally inspired by the Ruby on Rails
framework. Our primary goal is to enable you to work in a structured
and rapid manner - without loss of flexibility.

Add conflicts to the various cakephp ports.

PR:		ports/176130
Submitted by:   Phil Phillips <pphillips@experts-exchange.com>
		(maintainer of other cakephp ports)
2013-06-24 20:55:09 +00:00

10 lines
214 B
Text

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
DocumentRoot %%WWWDIR%%/app/webroot
<Location />
DirectoryIndex index.php
Order deny,allow
Allow from all
</Location>