Tag Archive: wordpress


WordPress iPad App

I had wondered why there was an app for using WordPress – as far as I could see, the only bit I would miss by using a web browser would be Flash based stats presentation and the Flash file uploader (which I could never get to work).

The killer seems to be the content/post form is not recognised by the iPad browser as editable!

So this is via the WordPress app – still a bit buggy on presentation (has some real issues with the keyboard drawer and redrawing the post area) – the spellchecker is nice though.

Tomorrows challenge will be using the iPad at work – luckily I have the kind of job where I can try to make that happen.

Fixing WordPress /wp-admin/post.php access

Found this excellent fix for a problem I get on my WordPress server. I found other suggested fixes such as permissions which proved to be red herrings.

This solution works!

Source is from http://www.gh-consulting.net/2008/02/15/wordpress-forbidden-message/

In some cases, with different hosting providers, it occurs sometimes, that you will get an “forbidden” message if you are writing a new post in wordpress and will save this. This has, in most cases, to do with some security rights on the server.

Forbidden 403 – You don’t have permission to access /wp-admin/post.php on this server.

One solution is following:

Create a text file with a simple text editor and save it with the name “a.htaccess”. In the text file write:

SecFilterInheritance Off

Use a ftp program to transfer this file to your website in the folder

This is important!

Rename the file to “.htaccess” (the dot must be before the text). On some servers this file will disapear after you renamed it, because the server is set to not show thus files. Files with a dot at the beginning often set to be hidden. Good ftp programs have the ability to toggle between “showing hidden files, or not”.

Powered by WordPress | Theme: Motion by 85ideas.