smst-wp-site/swag/www/wordpress/.htaccess

13 lines
412 B
ApacheConf
Raw Permalink Normal View History

2023-05-24 01:43:13 +00:00
# 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