mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
With Apache, it is still a must to enable htaccess with the spec "AllowOverride All". The index.php files are here to prevent from browsing whatever the HTTP server config.
8 lines
219 B
XML
8 lines
219 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<system.web>
|
|
<authorization>
|
|
<deny users="*" /> <!-- Denies all users -->
|
|
</authorization>
|
|
</system.web>
|
|
</configuration> |