larsolsson
Forum Replies Created
-
Forum: Plugins
In reply to: [Slickr Flickr] Theme CSS could not load after 20 secFour weeks and no response? Sheesh.
For whatever it’s worth, I’ve been having this problem for months, and never knew what it was until recently I came across a page while searching that said the culprit might be SlickrFlickr. I’d like a response – and hopefully an answer/fix – too.
I realize this plugin is offered free of charge, and thus end-users like us can’t expect commercial-levels of customer service like we’d expect if we paid for the software, but if bosnia5 and myself are having this problem, I wonder how many other are too, who just don’t take the time to post it here. I’d think the devs of SlickrFlickr would want to squash this bug if only to preserve their own (and SF’s) reputation.
Forum: Fixing WordPress
In reply to: Customizing Permalink StructureEr, yeah. I did that. The contents of my .htaccess file are currently as follows:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule># END WordPress
Should there be other things in there? And should this file’s name simply be .htaccess?
Forum: Fixing WordPress
In reply to: Customizing Permalink StructureSorry I don’t have any answers for ya. In fact, I’m having the same problem you are. I just started my blog, so there aren’t a whole lot of posts (OK, only one) to have this problem, but it’s the same for me: under the default permalink structure, it works fine. If I switch to the “pretty” permalink structure, mousing over the link on the main page gives you the correct URL, but if you actually click on it, you get the Apache 404 error. Would love to see someone give an answer for this one, too.