11 lines
187 B
ApacheConf
11 lines
187 B
ApacheConf
|
Order Deny,Allow
|
||
|
Deny from all
|
||
|
|
||
|
<FilesMatch "^akismet\.(css|js)$">
|
||
|
Allow from all
|
||
|
</FilesMatch>
|
||
|
|
||
|
#allow access to any image
|
||
|
<FilesMatch "^(.+)\.(png|gif)$">
|
||
|
Allow from all
|
||
|
</FilesMatch>
|