I´m looking for solution for my laravel project problem (laravel version: 6.5.2). I found a lot of similar questions, but no solution.
So, I have created new laravel project and then i put it on my hosting.
My FTP structure is:
- www
- AutsokolaIS
In www folder, I copied content of Public folder and in the AutoskolaIS other folders and files (app, bootstrap, config, etc.)
Everything was good, until I tried to create a new page linked to welcome page.
Link is mydomain.com/page. After click on this link, I get 404 error page. When I directly open the URL mydomain.com/index.php/page everything works.
I know it´s problem with .htaccess file, but I´m not able to edit .htaccess file in correct form.
Can anyone please help me?
Thank you