L
L
Light7772015-01-02 14:39:52
Yii
Light777, 2015-01-02 14:39:52

How to remove frontend/web/ and backend/web/ in link in Yii2 advanced?

How to remove frontend/web/ and backend/web/ in link in Yii2 advanced?
And backend/web/ make admin/?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evgeny Bukharev, 2015-01-02
@evgenybuckharev

Direct the main domain directly to the frontend/web/ folder, and it is better to hang the admin panel on the subdomain and also direct it to the backend/web/ folder
Here you can learn more about setting these points:
https://github.com/yiisoft/yii2-app-advanced /blobs/...

A
Anton, 2015-01-02
@hummingbird

Make all settings in .htaccess
On "/" add "/frontend/web", and on, for example, "/admin" add "/backend/web".
byprofox.ru/lessons/pravilnyj-htaccess-dlya-yii-2-0
There is also a second solution in the comments in case what is in the post does not help.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question