Page 1 of 1

Static Pages will not save [SOLVED]

Posted: Tue Feb 16, 2010 6:11 pm
by sonichouse
I was trying to update a static page entry on a s9y 1.4 blog.

When I press save I get redirected to http://localhost/removecookies

FYI I am using FF 3.5.7 on Ubuntu and the blog is hosted externally.

I have disabled Adblock and Firebug, but the problem persists - any ideas ?

Re: Static Pages will not save

Posted: Tue Feb 16, 2010 9:15 pm
by garvinhicking
HI!

Check an extension like LiveHTTPHeaders to see if there's an Location: redirect from your server somehow, maybe due to mod_security on the server. Also check your staticpage if it maybe contains some invalid HTML or JS that could cuase the redirect?

Regards,
Garvin

Re: Static Pages will not save

Posted: Tue Feb 16, 2010 9:57 pm
by sonichouse
garvinhicking wrote:HI!

Check an extension like LiveHTTPHeaders to see if there's an Location: redirect from your server somehow, maybe due to mod_security on the server. Also check your staticpage if it maybe contains some invalid HTML or JS that could cuase the redirect?

Regards,
Garvin
The static page used to work, and I only changed a single character - the host must have changed their config.

If I set the static page so the content just has "test" it works :-)

I am talking to tech support at the host now .. thanks for the hint.

Re: Static Pages will not save [SOLVED]

Posted: Tue Feb 16, 2010 10:08 pm
by sonichouse
Tech support said there was a conflict with their mod_security settings - they have now modified it and I can now add static pages with embedded javascript again :lol:

Thanks again.