説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.htaccess 165B

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