Tag Archives: rewriterule remove index php from url

laravel remove index.php from url

# Remove index.php$ if ($request_uri ~* "^(.*/)index\.php$") { return 301 $1; } location / { [...]

This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.