My hosting provider's apache server seems to cache stuff and no matter what I do I cant prevent it.
I made some changes to a page then realized the browser is not displaying the changes I made. After messing around a bit I tried visiting a link using chrome which I didnt have on my PC I had to first download it. Its as if It froze the content it last served. Same happens on edge and IE, I thought I had a caching proxy configured at some point in time but I didn't and the browser is not set to go via a proxy.
The last test I did was via my cellphone using my Vodacom internet as opposed to wifi via telkom adsl
Here's an example. I created the below file and made PHP return 'test', visited the page then changed it to output test1
http://www.techtinker.co.za/test.php
Please test it for me and let me know if you see test or test1 if you see test then Afrihost has a serious security issue.
Also some content only shows stuff from the mySQL database based on your login I.E Email address AFTER being authenticated. If someone visit the page directly without authenticating (From a different internet connection) the page is supposed to redirect to the index and login page. But instead its showing the "cached" version of the page as it was last displayed on my PC
I made some changes to a page then realized the browser is not displaying the changes I made. After messing around a bit I tried visiting a link using chrome which I didnt have on my PC I had to first download it. Its as if It froze the content it last served. Same happens on edge and IE, I thought I had a caching proxy configured at some point in time but I didn't and the browser is not set to go via a proxy.
The last test I did was via my cellphone using my Vodacom internet as opposed to wifi via telkom adsl
Here's an example. I created the below file and made PHP return 'test', visited the page then changed it to output test1
http://www.techtinker.co.za/test.php
Please test it for me and let me know if you see test or test1 if you see test then Afrihost has a serious security issue.
Also some content only shows stuff from the mySQL database based on your login I.E Email address AFTER being authenticated. If someone visit the page directly without authenticating (From a different internet connection) the page is supposed to redirect to the index and login page. But instead its showing the "cached" version of the page as it was last displayed on my PC
Last edited: