I've reinstall Ubuntu 16.04 and after getting pull my symfony 3.4 project from git, it loads but without CSS and JS. I think that the problem with the permissions for folders and files.
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
If it's permissions related, then first make sure of which user is your web user.
If you never changed it, then it's
www-data
As for the permissions, do this (replace
www-data
if needed):[Side note]
You're using too many tags.
file-permissions, symfony, ubuntu
should have been enough... ;)