forked from Lainports/freebsd-ports
- Repo copy www/codeigniter -> www/codeigniter22 - Mark www/codeigniter22 as DEPRECATED and add a PKGNAMESUFFIX - Register CONFLICTS - Connect www/codeigniter22 to the build PR: 203403
19 lines
463 B
Text
19 lines
463 B
Text
AddType application/x-httpd-php .php
|
|
AddType application/x-httpd-php-source .phps
|
|
DirectoryIndex index.php index.html
|
|
|
|
Action php-script %%PHPCGI%%
|
|
AddHandler php-script .php
|
|
|
|
%%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>
|