Htaccess cache issues
问题 This is driving me completely crazy. I've been using URL rewriting on this freshly installed server for custom URLs, but it seems that whatever URL rewriting rule I write in htaccess will be taken into account forever.. Example: RewriteRule ^dashboard/calendar/$ /calendar.php [QSA,L] Even if I remove the line, Apache will still take it into account. Even if I DELETE .htaccess, the ghost content will still be applied... I assume there is some kind of cache somewhere; how do I turn it off..??..