blob: b339faae05b507f7a4a489e40412766d95ae7527 (
plain) (
tree)
|
|
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
DirectoryIndex index.php index.html
%%HASHMARK%%Alias /codeigniter/user_guide %%DOCSDIR%%
Alias /codeigniter %%WWWDIR%%
%%HASHMARK%%<Directory %%DOCSDIR%%>
%%HASHMARK%% Order deny,allow
%%HASHMARK%% Allow from all
%%HASHMARK%%</Directory>
<Location /codeigniter>
Order deny,allow
Allow from all
</Location>
|