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

12 行
286B

  1. <IfModule mod_rewrite.c>
  2. Options -MultiViews
  3. RewriteEngine On
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteRule ^(.*)$ index.php [QSA,L]
  6. </IfModule>
  7. <IfModule !mod_rewrite.c>
  8. <IfModule mod_alias.c>
  9. RedirectMatch 302 ^/$ /index.php/
  10. </IfModule>
  11. </IfModule>