skit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP 2.0 – htaccess overly aggressive? 404’s galoreFixed, needed to chmod the directory to give web access. *slaps forehead*
Forum: Fixing WordPress
In reply to: WP 2.0 – htaccess overly aggressive? 404’s galoreHey guys,
Still on 1.5, but problem is fairly similar..
I’ve previously used the fix listed above to get the DreamHost /stats/ page to work.
I’m now trying to get awstats to work in cgi mode, but I can’t work out the htaccess rule to stop WP from grabbing it.Basically I’ve tried:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/awstats/(.*)$ [OR]
RewriteCond %{REQUEST_URI} ^/failed_auth.html$
RewriteRule ^.*$ - [L]
</IfModule>
But I still cannot get to:
https://skit.id.au/awstats/cgi-bin/awstats.pl?config=skit.id.au
WP still comes up with:
Nothing Found!
No blog entries could be located. If this error continues then please let me know!
To those of you that are able to get to awstats, or you using cgi mode or static pages?
Forum: Fixing WordPress
In reply to: .htaccess Redirect 301Actually, nup. It was due to the htacces info for wordpress being incomplete.. Letting wordpress create a fresh .htacces then trying to add:
Redirect 301 /blog/archives/2004/12/quick_activesyn.php https://skit.id.au/technology/2004/12/19/quick-activesync-restore-guide/?
Broke the whole site… Brings up Internal Server Error for all pages.. :/Forum: Fixing WordPress
In reply to: .htaccess Redirect 301Odd, i just tried it again and it worked… *blink*
Forum: Fixing WordPress
In reply to: .htaccess Redirect 301*bump*
Forum: Everything else WordPress
In reply to: what is the best rss reader for desktop?I use the inbuilt reader in Opera myself. Handy as I already use Opera as my main browser.
https://www.opera.com/products/desktop/m2/rss/Firefox also handles RSS feeds by default and I believe there is some plugins to help out too.
Forum: Plugins
In reply to: Live Press 1.2.0 ReleasedThere are a few edits required to make this plugin work on WP1.5.x, but one kind fellow has posted a version of this premodified to make it work on WP1.5.1.
You can find it here:
https://www.everytomorrow.org/archives/2005/05/19/livepress-for-151Forum: Fixing WordPress
In reply to: To Adsense or not?Really? Must check out the T&C again, must have missed that update. ??
Forum: Fixing WordPress
In reply to: To Adsense or not?Umm you might want to remove the duplicate GoogleAd blocks. It’s against the T&C to display two adblocks on the one page. :/
Forum: Plugins
In reply to: Email > WordPress > Livejournal?Ouch :/
How do you think you’ll tackle it?
Forum: Plugins
In reply to: Email > WordPress > Livejournal?Thought I just try something and included lpsynch.php into the wp-mail.php.
wp-mail.php still posts but…
<i>Fatal error: Cannot redeclare synch_lj() (previously declared in /home/skit/skit.id.au/htdocs/wordpress/wp-content/LivePress/lpsynch.php:15) in /home/skit/skit.id.au/htdocs/wordpress/wp-content/LivePress/lpsynch.php on line 15</i>Was worth a shot.
Forum: Plugins
In reply to: Email > WordPress > Livejournal?There doesn’t happen to be a plugin out there that will sync WP and LJ when you visit a php page?
Could blog via email and have a cron job sync every so often. ??
Forum: Plugins
In reply to: Email > WordPress > Livejournal?True, that would work but I’m not on a paid account…
Forum: Plugins
In reply to: Feature Request: LJPLUGINS for WP 1.5*bump* with any luck this plugin with be 1.5 certified soon. ??
Forum: Plugins
In reply to: Feature Request: LJPLUGINS for WP 1.5I just installed this plugin on a fresh WP 1.5 install. I got a heap of errors with it fresh on the write page, but once i edited the line:
$journals[‘test’][‘password’] = ‘test’;
in the LJSynch plugin the errors disappeared and it pulled correct info from LJ. But it still hasn’t cross posted… :/