blob: 1fc10c54d340e6d154c9ac573c5f01fc3f00a834 (
plain)
1
2
3
4
5
6
7
8
9
|
<Directory "@DOCROOT@">
AllowOverride FileInfo Options
Options FollowSymLinks
php_flag register_globals off
php_flag short_open_tag on
<IfModule dir_module>
DirectoryIndex index.php
</IfModule>
</Directory>
|