好吧, 我有一點問題。我認爲我的.htaccess緩存導致了問題。我在每個頁面上集成了一個漂亮的PHP緩存系統。htaccess cahing和php緩存太多
我也有我的.htaccess頁面包含在此:
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 2 days"
</IfModule>
## EXPIRES CACHING ##
我已經安裝了CMS(未WordPress的) - 當我提交或通過我的CMS編輯新故事到MySQL數據庫,我清除「緩存頁面」。
這一切都很好。
但是,當我在清除緩存後進入網站時,我仍然需要進行硬瀏覽器刷新以查看更新和新內容。
我是否擺脫了.htaccess緩存代碼?或者是什麼 ?
感謝您的提示。
我發現在大多數情況下默認工作比我的任何嘗試更好 – 2014-01-19 19:25:07
你是什麼意思默認..? – eberswine
沒有在.httaccess – 2014-01-19 19:46:19