Answer the question
In order to leave comments, you need to log in
Mod_rewrite issues access forbidden when simply replacing urls. How to fix?
I decided to learn Laravel, installed it through Composer. It is necessary to replace all calls to index.php in the URL with calls to public/index.php
.htaccess content at the root:
AddDefaultCharset utf-8
Options -Indexes
RewriteBase /
RewriteRule ^(.*)$ public/index.php
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question