-2

私はmtdbにlaravelフレームワークを使用しています http://127.0.0.1/tp/index.php/moviesこのURLを http://127.0.0.1/tp/moviesに変更 したいのは、 index.php を削除するために追加したいという意味です.htaccess

こちらが.htaccess

私は持っている

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
    Options -MultiViews
</IfModule>

RewriteEngine On

# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

4

1 に答える 1