f90874e91d
- 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
13 lines
276 B
Text
13 lines
276 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
|
|
|
|
DocumentRoot %%WWWDIR%%
|
|
|
|
<Location />
|
|
Order deny,allow
|
|
Allow from all
|
|
</Location>
|