Re: index.phpを除くの設定について
2017年6月4日 at 10:13
ありがとうございます。
設置してあります。
中身はこの様になっています。
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
Your post has been saved and will be published after approval by the forum moderator.