summaryrefslogtreecommitdiff
path: root/www/codeigniter-devel/files/codeigniter-production-cgi.conf.in
blob: 7cfee81db010627cd12962f34de72031cd8ca050 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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%%
%%HASHMARK%%Alias /user_guide %%DOCSDIR%%

%%HASHMARK%%<Location /user_guide>
%%HASHMARK%%    Order deny,allow
%%HASHMARK%%    Allow from all
%%HASHMARK%%</Location>

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