I can see the old site content after uploading new files

Most likely, your browser keeps old copies in the cache for fast loading of your site. You need to clear your browser cache and go back to the page to see the new version.
  • 139 Users Found This Useful
Was this answer helpful?

Related Articles

My site is not working on this PHP version

You can change the PHP version yourself in the Control Panel. To do this, go to Control Panel -...

403 Forbidden Error

Reasons for the error:1. Incorrect content of the index.php or index.html file, its...

MySQL server does not work! (Error 28)

Please try to start restoring the database by going to Control Panel - Databases, select the...

Help, I can not install the Joomla components!

This is a known Joomla issue where components cannot be installed through the browser window....

How can I turn off PHP error output?

To disable error output in your script, use: error_reporting (0); Remember that you need to...