When I was writing my post “Setting a Static IP Address in Ubuntu“, I encountered a strange problem.
In the post I was describing the location of of a directory and it contained the following:
/ etc/network
Notice that there is a space between the word “etc” and the preceding forward slash? If I were remove the space between these two characters, I will get the following error message when I preview or publish the post:
Method Not Implemented
POST to /wordpress/wp-admin/post.php not supported.
I don’t know if this is an isolated incident or a Wordpress vulnerability. I wonder if anyone else has encountered this problem.
[...] From the command line, add the executable rights to the file using the command: c h m o d +x /home/coder/bin/resize.sh (The letters ‘c’, ‘h’, ‘m’, ‘o’, ‘d’ should be combined into a single word ‘chmod’ – the reason why they are separated is that Wordpress doesn’t allow posting of the word, for what reason, I don’t know. See my other post “Weird Problem with WordPress“.) [...]