mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
e37ae0245b
applications. PR: ports/109331 Submitted by: Greg Larkin <glarkin at sourcehosting.net>
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
AddType application/x-httpd-php .php
|
|
AddType application/x-httpd-php-source .phps
|
|
|
|
Alias /cakephp %%DATADIR%%
|
|
|
|
<Location /cakephp>
|
|
DirectoryIndex index.php
|
|
Order deny,allow
|
|
Allow from all
|
|
</Location>
|