Tag Archives: remove index.php from base url codeigniter
laravel remove index.php from url
# Remove index.php$ if ($request_uri ~* "^(.*/)index\.php$") { return 301 $1; } location / { [...]
# Remove index.php$ if ($request_uri ~* "^(.*/)index\.php$") { return 301 $1; } location / { [...]