stipps Posted August 4, 2017 Share Posted August 4, 2017 Hi, I have a website running on PW 2.8, which I had to move to a different server (CentOS 7, Plesk Onyx). The domain and everything is exactly the same. The frontend is working just fine, we are getting orders etc. I can log in to the backend, but all the resource files (css, js etc) do not load, and I get a 403 error. This also the case on the admin login page (see https://lyprinol.de/panel) The permissions seem to the same as on the old server. Any clues what is going on here? :/ Link to comment Share on other sites More sharing options...
flydev Posted August 4, 2017 Share Posted August 4, 2017 You could try to copy the root dir containing the site and do a chmod -R 777 on it (just for testing purpose!) - result ? 1 Link to comment Share on other sites More sharing options...
stipps Posted August 4, 2017 Author Share Posted August 4, 2017 Mokay, seems to be a permission problem .. set to 777 first, then to 755, and it seems to be working. Best would probably be to go through the documentation again and have a look at the recommendet settigs .. Thanks, should've just tried that on my own Link to comment Share on other sites More sharing options...
flydev Posted August 4, 2017 Share Posted August 4, 2017 You can find more information there: https://processwire.com/docs/security/file-permissions/ 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now