blob: 2b9b97863ccc67f1cd4bd425b6b3e28c8cc82b93 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
DirectoryIndex index.php index.html
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>
|