freebsd-ports/www/cakephp21/files/cakephp-development.conf.in
Jason Helfman 287cbe9d71 add new port: www/cakephp22
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 respective conflicts for www/cakephp22 and www/cakephp21.

PR:	170362
Submitted by:	pphillips@experts-exchange.com
Sponsored by:	Experts Exchange, LLC.
2012-08-21 19:48:06 +00:00

10 lines
211 B
Text

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>