tedwinters
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Opera TinyMCE = not workingI guess it’s time for the beta! 🙂
And I REALLY hope you’re joking about MS buying ’em! I love opera’s speed and features.. just not a fan of their incompatibilities..Forum: Fixing WordPress
In reply to: .htaccess CRASHING server – intensive CPU usageHumm, unfortunately, I have to use rewrite conditions to block referrers 🙁
this what I already have in the .htaccess in sub directories:RewriteEngine On
Options -IndexesRewriteCond %{HTTP_REFERER} .*fusker*.*$ [NC]
RewriteCond %{HTTP_REFERER} .*usefulidiot*.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp|png)$ – [F,NC]RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?google.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yahoo.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?msn.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?altavista.com/.*$ [NC]
RewriteRule \.(gif|jpg|jpeg|bmp|avi|wmv)$ http://www.mydomain.com/ [R,L]order allow,deny
deny from fusker.com
allow from allorder allow,deny
deny from lewww.com
allow from allI’m mainly interested in blocking everything from *fusker* and everything from *lewww*
all else is allowable..Forum: Fixing WordPress
In reply to: Previous Page ErrorForum: Fixing WordPress
In reply to: Previous Page ErrorYeah.. I have the same problem when in the admin panel -> manage…
and then trying to browse back one page..
Looks like we’re both hosted with Dreamhost, so it’s probably a problem with them 🙂
good ‘ol dreamhost..Forum: Fixing WordPress
In reply to: Add javascript to wp-blog-header.php?Thanks, it works in the footer, but is there a way to add it to all themes, without editing the footer for each?
thanks again for your help!