Answer the question
In order to leave comments, you need to log in
I post a Yii2 project for hosting. How to configure .htaccess to run application from web subfolder?
Now the best thing I have achieved is that just a list of files is displayed, and if I run it from the web directory, css is not picked up.
Answer the question
In order to leave comments, you need to log in
RewriteRule /(.*) web/$1 [L,QSA]
this is if it is impossible to make the web folder the root of the site.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question