mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
- Remove outdated CONFLICTS: - codeigniter17 has been removed over 8 years - codeigniter22 has been removed over 6 years - Remove DOCS option Changes: https://github.com/bcit-ci/CodeIgniter/commits/develop
10 lines
226 B
Text
10 lines
226 B
Text
AddType application/x-httpd-php .php
|
|
AddType application/x-httpd-php-source .phps
|
|
DirectoryIndex index.php index.html
|
|
|
|
Alias /codeigniter %%WWWDIR%%
|
|
|
|
<Location /codeigniter>
|
|
Order deny,allow
|
|
Allow from all
|
|
</Location>
|