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)
10 lines
214 B
Text
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>
|