29 lines
349 B
ApacheConf
29 lines
349 B
ApacheConf
|
RewriteEngine Off
|
||
|
<Files "image.php">
|
||
|
Allow from all
|
||
|
</Files>
|
||
|
|
||
|
<Files "lib.php">
|
||
|
Allow from all
|
||
|
</Files>
|
||
|
|
||
|
<Files "timthumb.php">
|
||
|
Allow from all
|
||
|
</Files>
|
||
|
<Files "upload.php">
|
||
|
Allow from all
|
||
|
</Files>
|
||
|
|
||
|
<Files "update_recent.php">
|
||
|
Allow from all
|
||
|
</Files>
|
||
|
|
||
|
<Files "recent.php">
|
||
|
Allow from all
|
||
|
</Files>
|
||
|
|
||
|
<Files "delete_file.php">
|
||
|
Allow from all
|
||
|
</Files>
|
||
|
|