287cbe9d71
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.
10 lines
211 B
Text
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>
|