MediaWiki error: 304 Not Modified

From FVue
Jump to: navigation, search

Problem

When Google tries to index this website, I see 304 codes in the Apache access log:

66.249.65.148 - - [19/Aug/2006:13:14:19 +0200] "GET /wiki/Linux HTTP/1.1" 304 0 "-" 
"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"

I notice this behaviour after I moved MediaWiki script to 'w' directory

Solution

Modified includes/DefaultSettings.php to reflect today as cache epoch:

$wgCacheEpoch = '20060820000000';

See also

HTTP/1.1: Status Code Definitions

Journal

20060820

MediaWiki caching, refresh, reload problem - jotsheet

Modified includes/DefaultSettings.php to reflect today as cache epoch:

$wgCacheEpoch = '20060820000000';

Comments

blog comments powered by Disqus