blob: c2330ddcef4878b3b6adeed6ab8293c7aa813050 (
plain) (
tree)
|
|
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
DocumentRoot %%WWWDIR%%/app/webroot
<Location />
DirectoryIndex index.php
Order deny,allow
Allow from all
AllowOverride all
</Location>
|