.htaccess 138 B

1234
  1. <IfModule mod_rewrite.c>
  2. RewriteCond % !^$
  3. RewriteRule ^.*\.(php|php3|php4|php5|php7|pht|phtml|asp|aspx|jsp|exe) - [F]
  4. </IfModule>