summaryrefslogtreecommitdiff
path: root/www/codeigniter/files/codeigniter-development-cgi.conf.in
blob: 820ef5f2a8afec3938780e11ff8630fd15230b2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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

Alias /codeigniter %%WWWDIR%%

<Location /codeigniter>
    Order deny,allow
    Allow from all
</Location>