hi all,
my problem is:
i try to include() and execute php functions every time i call my '.html' site. the code has to be executed at every call of the site (because it's a counter).
but, only if i call the site for the first time or i use ctrl-F5(hard-reload), the code/functions will be executed.
is there a possibility/setting to force the sites to execute/parse my php-code every time?
- maybe there is a setting in the php.ini
- or a setting in the httpd.conf
- or something else ...
but i dont want (i'm not allowed) to disable the cache completely (because the site has lot of graphics inside and i need the cache-performance ....)
just an additional info:
my httpd.conf is able to parse .html files like .php files ... (because i was always talking about .html-files instead of .php-files). all sites are .html-sites.
thanx a lot ... (and sorry for my english...)
chekoty