You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed a Yii2 site using your Yii2-start. Everything went fine, but the backend has no styling. It's clearly not picking up the AdminLTE CSS.
The text was updated successfully, but these errors were encountered:
I think I've figured out the root of the problem but not how to get rid of it. I have two entirely separate URLs: one for the frontend and one for the backend. For some reason, this module insists on inserting /backend/ after the URL for my backend! I never asked it to do that. Of course, then everything totally crashes! What a crazy idea! It goes looking for something like http://myurl.com/backend/css and of course that doesn't exist. What it should be looking for is http://myurl.com/css. I've used Yii2 for years and never had this problem. How on earth to I get rid of that ridiculous '/backend/' in the URLs?
Привет.
У меня была такая же проблема после установки yii2-start (Winows 7, Apache, XAMPP)
Решение:
Set document roots of your Web server: /path/to/yii2-start/
Use the URL http://yii2-start/ to access application frontend.
Use the URL http://yii2-start/backend/ to access application backend.
I just installed a Yii2 site using your Yii2-start. Everything went fine, but the backend has no styling. It's clearly not picking up the AdminLTE CSS.
The text was updated successfully, but these errors were encountered: