How To Publish Php File That I Just Edited Back To My Website?
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.
Tagged with: Edited • File • Just • Publish • That • website
Filed under: PHP
Like this post? Subscribe to my RSS feed and get loads more!
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.
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 upload the edited php file, then it should replace the old file and it should work right away
If you FTP’d it back to the same place on the server it was before, it’s there and running.