My Index.php file not updating

Website URL

(lwaportal.xyz)

Error Message

(i updated index.php code but my changes not visible on my website)

Other Information

(I del my page and readd this page and added updated code but my updated code is not visibaling )

Sounds like a cache issue.

you can press Crtl + f5 or use an incognito window to force your browser to get the updated content.

5 Likes

My code is in php but when i change my index file to index.html my changes are visible od if i change my index page name to another name then also changes are visible so that i clear ti think cache issue :woozy_face:

The output from PHP pages is not cached by default (due to the output being dynamic), so I don’t think that this is a cache issue.

Could you please tell us more about what you changed in your files, and what you expected to see on your website and what you actually see?

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.