freebsd-ports/www/prado/files/prado-development-cgi.conf.in
Beech Rintoul d89fd67f6c - New port prado-3.1.1.r2290
- 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)
2008-01-12 01:46:49 +00:00

13 lines
275 B
Text

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Action php-script %%PHPCGI%%
AddHandler php-script .php
Alias /prado %%WWWDIR%%
<Location /prado>
DirectoryIndex index.php index.html
Order deny,allow
Allow from all
</Location>