c371072054
- Incorporated some changes from the www/codeigniter Makefile PR: ports/122996 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
11 lines
260 B
Text
11 lines
260 B
Text
AddType application/x-httpd-php .php
|
|
AddType application/x-httpd-php-source .phps
|
|
|
|
%%HASHMARK%%Alias /prado/docs %%DOCSDIR%%
|
|
Alias /prado %%WWWDIR%%
|
|
|
|
<Location /prado>
|
|
DirectoryIndex index.php index.html
|
|
Order deny,allow
|
|
Allow from all
|
|
</Location>
|