Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Transfer the contents of the web folder to the rootdirectory Put
the rest above the rootdirectory
and configure the web server so that the root directory is /basic/web?
Try something like this in .htacess
AddDefaultCharset utf-8
Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on
DirectoryIndex basic/web/index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . basic/web/index.php
Guys. Found such a post - TyTs . It works well on advence, but only the url does not suit the view - ang.site.ru/frontend/web/. Tell me how to cut off the last 2 "directories"?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question