Skip to content
Advertisement

Laravel redirect from index.php and index.html to domain

I am beginner webdeveloper. I have small problem with redirect.

I have this htacess:

JavaScript

It’s work fine. Now I need redirect from https://domain.pl/index.php and https://domain.pl.html to https://domain.pl

I use Laravel 8.

How can I make it?

Advertisement

Answer

The simplest way would be

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement