6 lines
77 B
ApacheConf
6 lines
77 B
ApacheConf
Order Allow,Deny
|
|
Deny from all
|
|
|
|
<Files "index.php">
|
|
Allow from all
|
|
</Files>
|