Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

sahajbedi's avatar

Site displaying blank page

I am hosting my website using Network Solutions. The site works correctly on my local machine but just displays a blank page online. What could the problem be?

0 likes
4 replies
jasonfrye's avatar

You might take a look at the server logs to see what errors appear there. Should be under /var/log/apache2/error.log if you're running apache or in /var/log/nginx/error.log.

The problem is likely related to permissions on the storage folder, so you should ensure it has proper permissions for writing. 755 should suffice, but 777 otherwise.

1 like
sahajbedi's avatar

I have a Windows server so I cannot change the permissions. Also I couldn't see the error logs in that path. Is there something else I can do?

jasonfrye's avatar

I'm not sure, @sahajbedi. You might try reaching out to NS support to see if they can assist you. Someone with Windows server experience might chime in here. Good luck!

1 like

Please or to participate in this conversation.