something to do with .htaccess, right? here’s mine now:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
~
~
~
~
~
~
this is weird.
if i put nonsense at the end of the URI, it grabs the updated theme. if i put a sensible URI, it doesn’t work.
consider:
http://freethedjs.com/
versus
http://freethedjs.com/blahblahblah
specifically look at the technorati box in the sidebar.
i deleted my spam list and it solved the problem. i will just monitor comments and build the spam list up from there.