Userfrosting installation issues

耗尽温柔 提交于 2019-12-11 07:51:31

问题


I did installation of Userfrosting as per the steps - no errors and all went well (using ubuntu 16 command line).

When i loaded the site in browser, page did came but no CSS applied. Browser console said - failed to load resource. I checked and found that “asset-raw” folder is not there under userfrosting/public (this is my webroot).

Also when clicked on sign-in, it does not work. DO let me know if i missed anything.

Thanks Rahul


回答1:


If you're using Apache, you need to make sure Mod_Rewrite is enabled. asset-raw is not a real directory, it's an alias managed by the app.

See: https://learn.userfrosting.com/troubleshooting/common-problems#installation-went-fine-except-i-don-t-see-any-styling-on-my-home-page-i-am-using-apache-



来源:https://stackoverflow.com/questions/53941955/userfrosting-installation-issues

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!