Search code examples
apachecachingxampp

How to clear Apache cache in XAMMP?


How can I clear apache cache in xammp?

I tried the 'htcacheclean -r' command, but it's always generated error.

If I know well the apache can't cache the files/ scripts, but a system administrator said this: 'The apache casheing the site, so clear the apache(!) cache.'.

Open Shell

Generated error


Solution

  • Take a look at this:

    Use mod_cache at http://httpd.apache.org/docs/2.0/mod/mod_cache.html

    CacheDisable /local_files
    

    Description: Disable caching of specified URLs Syntax: CacheDisable url-string Context: server config, virtual host