Files

4 lines
138 B
ApacheConf
Raw Permalink Normal View History

2022-08-19 19:48:37 +08:00
<IfModule mod_rewrite.c>
RewriteCond % !^$
RewriteRule ^.*\.(php|php3|php4|php5|php7|pht|phtml|asp|aspx|jsp|exe) - [F]
</IfModule>