First check, if you use the right Url: http://www.mywebsite.de/?flush=all
Secoond: Check your .htaccess if you have the right path at RewriteBase:
<IfModule mod_rewrite.c>
SetEnv HTTP_MOD_REWRITE On
RewriteEngine On
RewriteBase '/myfolder/mysubfolder'
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !\.php$
RewriteRule .* framework/main.php?url=%1&%{QUERY_STRING} [L]
</IfModule>
Posted to: ?Flush=all is Not Working | Show Thread | Post Reply