mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
7adc0b0146
PR: 189777 Submitted by: Zsolt Udvari Approved by: maintainer (Bo-Yi Wu) (first version) Verified by: Redports 8x pass
17 lines
406 B
Plaintext
17 lines
406 B
Plaintext
AddType application/x-httpd-php .php
|
|
AddType application/x-httpd-php-source .phps
|
|
DirectoryIndex index.php index.html
|
|
|
|
%%HASHMARK%%Alias /codeigniter/user_guide %%DOCSDIR%%
|
|
Alias /codeigniter %%WWWDIR%%
|
|
|
|
%%HASHMARK%%<Directory %%DOCSDIR%%>
|
|
%%HASHMARK%% Order deny,allow
|
|
%%HASHMARK%% Allow from all
|
|
%%HASHMARK%%</Directory>
|
|
|
|
<Location /codeigniter>
|
|
Order deny,allow
|
|
Allow from all
|
|
</Location>
|