Posts tagged as:

htaccess

Multiple redirect hell

by james on August 11, 2008

The issue has been pretty swiftly resolved. Having had yet another look at my htaccess file I figured out that because I am using the aforementioned redirection plugin it was messing with my custom written htaccess file and doing essentially the same thing twice. Easy – remove the custom written one and let the redirection plugin get on with doing its thing. I would prefer to be using the custom htaccess file as I think it would probalby give me better control over a few things, but it doesn’t automatically update and redirect files that have changed like the plugin does, so I’ll carry on with the plugin for the time being.

Next on my list of things to do to optimise for SEO is to get a breadcrumb plugin sorted. I’ve decided to go for Breadcrumb NavXT as its got overwhelmingly good reviews, and looks like it should be able to sort out any issues if I get stupid and put posts in more than one category – something I’ve just learnt today, posts only go in one category, and you use tags to further subdivide and classify posts. However people aren’t always as sensible as that and can put things into more than one category. This being the case, the breadcrumb plugin needs to pick one.
With a bit of hacking about in the single.php and page.php files of the theme it lloks like I’ve got an acceptable breadcrumb – they are a bit long, but appear to be working fine.

Related posts

{ 0 comments }

Having finally managed to sort out my issue with .htaccess – I’m using the redirection plugin by John Godley – see his page on WordPress redirection here I decided to move the actual main part of the blog to its own subdirectory on the server as described in the WordPress documentation on moving the wordpress files while leaving the blog in the main directory which took far less effort than most everything else I’ve done so far.

I then decided that I wanted a better looking theme, which I’m nowhere near getting sorted yet, but I’ve downloaded and installed the Thesis theme from DIY themes. It’s a very good looking theme when fully configured, and you can see at presnet that out of the box it’s got some great features – Imagine it with all the bells and whistles and you can see why there’s such a buzz about it in the blogging community. You can get it yourself by going to the Thesis theme homepage.

I do (as ever) have another issue with my current setup – clicking on a permalink on the site at present gives a page load error. I think that this might be something to do with a redirect somewhere on the site, or it might be that the old posts and format are confusing the database. If this post works then I’ll know it’s the old ones, but if it doesn’t then it means another afternoon of trying to figure out what the hell the issue is.

Related posts

{ 0 comments }

Setting up a spanking new blog

June 29, 2008

So I decided to set up a brand new blog to test a few bits and pieces of SEO work out and as an intellectual exercise as much as anything else. So far it has proved to be a massive ballache. I went for hosting with mediatemple as I’ve used them in the past and [...]

Read the full article →