mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
d89fd67f6c
- PRADO(tm) is a component-based and event-driven programming framework for developing Web applications in PHP 5. PRADO stands for PHP Rapid Application Development Object-oriented. PR: ports/119344 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer) Approved by: linimon (mentor)
14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
AddType application/x-httpd-php .php
|
|
AddType application/x-httpd-php-source .phps
|
|
|
|
Action php-script %%PHPCGI%%
|
|
AddHandler php-script .php
|
|
|
|
DocumentRoot %%WWWDIR%%
|
|
|
|
<Location />
|
|
DirectoryIndex index.php index.html
|
|
Order deny,allow
|
|
Allow from all
|
|
</Location>
|