Hi folks! =)
Let me first state how grateful I am to be using WordPress, coming originally from another (free) platform. The "extensibility," flexibility and support of WordPress is astounding so far.
In any case, I'm career Systems/Network Admin and have good experience programming in PHP. So, I like to think I know what I'm doing sometimes. However, this one has got me completely stumped. Sure enough, I have searched and read endlessly on teh Goog's various results for folks with the same problem. I've tried most of the suggestions but have not been able to resolve it. It's driving me to drink =( Thus, I've come here hopefully for assistance.
So I have this blog http://www.thetruthaboutbartending.com
Like many other n00b bloggers (I consider myself a n00b), I started off unfortunately on the wrong foot with the default link structure. I reached 50 or 60 posts before I learned/realized that I would like to switch to Fancy Permalinks for obvious reasons - SEO being the primary concern.
I've tried a myriad of plugins, mod_rewrite enabling, and various .htaccess variations to try and get this to work but have after maybe 12 attempts, been completely unsuccessful. What happens each and every time I switch, is that every post has the correct new Permalink URL but mysteriously redirects to the blog Homepage no matter what I try.
I have the "Advanced Permalinks" plugin still installed. I thought I had my .htaccess setup properly. But, I keep having to revert back to the default structure lest my articles be unreadable.
Here's my .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Any assistance you could provide would be greatly appreciated.
Many thanks.
-Freddy