13 lines
412 B
ApacheConf
13 lines
412 B
ApacheConf
|
|
||
|
# BEGIN Tripetto
|
||
|
# The directives (lines) between "BEGIN Tripetto" and "END Tripetto" are
|
||
|
# dynamically generated, and should only be modified via WordPress filters.
|
||
|
# Any changes to the directives between these markers will be overwritten.
|
||
|
<IfModule mod_alias.c>
|
||
|
RedirectMatch 401 ^/wp-content/uploads/.*/tripetto/.*$
|
||
|
</IfModule>
|
||
|
<files tripetto.php>
|
||
|
Order allow,deny
|
||
|
Allow from all
|
||
|
</files>
|
||
|
# END Tripetto
|