.htaccessの中身の意味がわかりません
-
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /hogehoge/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /hogehoge/index.php [L]
</IfModule>
# END WordPress1、<IfModule mod_rewrite.c> の c とはどういう意味なのか?
2、RewriteRule ^index\.php$ – [L] の [L] とはどういう意味なのか?
よろしくお願いします。
2件の返信を表示中 - 1 - 2件目 (全2件中)
2件の返信を表示中 - 1 - 2件目 (全2件中)
- トピック「.htaccessの中身の意味がわかりません」には新たに返信することはできません。