Userfrosting installation issues

2019-07-28 19:59发布

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条回答
Rolldiameter
2楼-- · 2019-07-28 20:25

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-

查看更多
登录 后发表回答