mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
c371072054
- Incorporated some changes from the www/codeigniter Makefile PR: ports/122996 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
AddType application/x-httpd-php .php
|
|
AddType application/x-httpd-php-source .phps
|
|
|
|
%%HASHMARK%%Alias /docs %%DOCSDIR%%
|
|
DocumentRoot %%WWWDIR%%
|
|
|
|
<Location />
|
|
DirectoryIndex index.php index.html
|
|
Order deny,allow
|
|
Allow from all
|
|
</Location>
|