Tag Archives: how to remove index.php from url in yii framework
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 / { [...]