Recent blog posts
Recent comments
- Turning off PHP suhosin
36 weeks 2 days ago - The code for D5 is posted
36 weeks 3 days ago - Repost the code please :)
37 weeks 1 day ago - Hi, very nice post. I have
38 weeks 3 days ago - Great post! I'll subscribe
38 weeks 6 days ago - Cool! It works perfectly..
40 weeks 1 day ago - I'm having the same problem.
40 weeks 6 days ago - Hello again. It's working but
40 weeks 6 days ago - I'm having the same issue, it
41 weeks 8 hours ago - Yes, when I open the page I
41 weeks 8 hours ago
Page Not Found on Node Creation
amariotti — Thu, 04/02/2009 - 09:32
A few weeks ago I ran into an issue with my web host that made me a little frustrated. Here's what was happening.
When creating a simple blog post with pictures and a bulleted list would send me to a blank page with a "page not found" error. I was a little confused with this, and wasn't really sure where to even start. The first place I checked was my watchdog log in Drupal. The only thing that it showed was the page not found error and it showed that I was trying to access a page called "500.shtml." When I ran into this a problem a while ago I decided to just modify my post and remove most of the html so that it would go through. This time there was no way around it.
I discussed this issue with another Drupal developer, that happens to be a good friend of mine, to see if this was something that he had seen before. His thought was that it was Apache that was stopping it because it was detecting it as a cross-site scripting (XSS) attempt. I immediately contacted LiquidWeb to see if we could figure out what was going on. After about 15 e-mails back and forth we were able to resolve the issue.
It definitely was Apache blocking so all the tech support guy did was told Apache to ignore the "/node" directory entirely. After that—everything worked! Now I can write anything in my posts and I don't get any errors. I'm not sure if any other web hosts run into this issue with Drupal, but if so then this is what you need to do to fix it!
- amariotti's blog
- 2355 reads

I'm having the same problem.
Anonymous (not verified) — Fri, 05/29/2009 - 15:35I'm having the same problem. I also have liquid web. Was your's a VPS?
Turning off PHP suhosin
doq (not verified) — Tue, 06/30/2009 - 06:23Turning off PHP suhosin module should fix your issue.
Post new comment