php - Website not working after uploading files via FTP -


I have a website written in PHP, which is running on Apache server. In the past, I make a change to a file, upload it back to the server on FTP, and see the changes I see in the browser. Recently, I've made changes to several files (I've changed all references from 'http: //' to '//' because we're using SSL), and I've used the entire site via FTP Uploaded on, but all the changes overwritten the server (I used the FileZilla client) Now, when I navigate to my site in the browser, nothing is visible (it is only empty). I tried to change the permissions (755 for the first directory and 644 for the files, then 755 for everything, 777 for everything then), but that was not working, is it possible that the upload broke something ? I am trying to figure out if it was an upload that broke something or if it was done for actual changes. thank you in advanced!


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -