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