How to publish php file that I just edited back to my website?

dkrealinvesting

New member
I used FTP program that is offered by default by GoDaddy and downloaded a file to my PC. After chaning this php file using MS Notepad, I uploaded it back on to my website's back end, but don't know how to make it so that the edited php file publishes on my website. Please help. Thanks.
 
After changing, you should upload the PHP file back to the web space of your website. That is enough for publishing.

Sometimes, the web server does not refresh its cache frequently so that, it serves old page for some time. You can wait and check after some time if your website really works or not.
 
If you uploaded it to the Public website section, it should be there... Just go to the page you are looking to see. If it doesn't work, maybe you didn't upload the right page, but the older page. Just uploading the file to the Public section generally makes the site viewable.
 
If you FTP'd it back to the same place on the server it was before, it's there and running.
 
Back
Top