設定前 : http://localhost/index.php/apps/calc/
↓
設定後 : http://localhost/apps/calc/
$ vim /var/www/.htaccess
以下追記
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^index.php/(.*) $1 [L]
</IfModule>
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
設定前 : http://localhost/index.php/apps/calc/
↓
設定後 : http://localhost/apps/calc/
$ vim /var/www/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^index.php/(.*) $1 [L]
</IfModule>
Register as a new user and use Qiita more conveniently
Go to list of users who liked