RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# ↓公式サイト推奨の場合
# RewriteRule ^(.*)$ index.php/$1 [L]
# ↓XSERVERの場合
RewriteRule ^(.*)$ /index.php?/$1 [L]
More than 5 years have passed since last update.
CodeIgniterのURLからindex.phpを削除するための.htaccess(XSERVERの場合)
Posted at
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme