Basicly, I have my index.php and and journal.php (which I've named single.php) in a directory called /blog. I've saved the new.php (to write a new blog) and update.php in /blog/admin, in order to password protect them.
Now I'm having trouble with paths.
When I try and update a blog using the update.php file, it tries to go to blog/admin/single.php?id=1 instead of blog/single.php?id=1.
How can I stop it doing this?
