I seem to be having an issue with my wordpress blog

I am running it on Ubuntu and the Permalinks are not working.

It says "Not Found Sorry, but you are looking for something that isn't here."

It looks like this is somewhat of a know issue but there is no clear fix.

Take a look here: http://wordpress.org/support/topic/302626

Please help.

link|improve this question

1  
There is a WordPress StackExchange site winding it's way through the process at Area51. I invite any WordPress users/admins here to check it out and "commit" if you think it would be helpful. I did! area51.stackexchange.com/proposals/1500/wordpress-answers – tomjedrz Jul 24 '10 at 16:49
feedback

1 Answer

up vote 1 down vote accepted

sounds like it could be something to do with mod_rewrite on Apache - this needs to enabled if you change the permalink structure from the default in the wordpress settings.

The default is usually something like: ?p=9

In settings you can change it to something like: /2009/11/16/post-title/

The second version needs mod_rewrite enabled

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.