17 lines
375 B
Text
17 lines
375 B
Text
|
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>
|