Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Pages: [1]
Send this topic | Print
Topic: Thies internal Server errors  (Read 804 times)
« on: September 29, 2007, 04:40:16 PM »
JOE24
Dollar Offline
Jr. Member

View Profile
**
Posts: 99



I use CMS (content Managment system)
LIke wordpress, e107.

now When I make a page. And ut the code in the WYISWYG editor
(what you see is what you get)..;p

I noticed sometimes if I type in too much text or certian HTML is and hit "create page" it throws a Internal Server error.


Why? Do you the server some restrictions on the Post protocol?



« Last Edit: September 29, 2007, 04:52:46 PM by joe24 » Report to moderator   Logged


 
« Reply #1 on: September 29, 2007, 06:05:34 PM »
Alex Melen Offline
President / Founder
Administrator
Addict

View Profile WWW
*****
Posts: 2,065



Nope, shouldn't restrict anything. We aren't associated with CMS, so you might want to check with them?

Also, try adding this to your .htaccess and see if it helps:

Quote
<IfModule mod_security.c>
   SecFilterEngine Off
   SecFilterScanPOST Off
</IfModule>
Report to moderator   Logged

« Reply #2 on: October 01, 2007, 12:47:49 AM »
JOE24
Dollar Offline
Jr. Member

View Profile
**
Posts: 99



oh yes this works. thanks
.htaccess sometimes is usefull smiley
Report to moderator   Logged

« Reply #3 on: October 01, 2007, 09:39:59 AM »
Alex Melen Offline
President / Founder
Administrator
Addict

View Profile WWW
*****
Posts: 2,065



Great! In case you are interested, what happened is the latest version of cpanel's apache/php has both of those module directives automatically turned on. Which seems fine with most scripts, but i have seen a few cases like yours when it causes internal server errors.
Report to moderator   Logged

 
Pages: [1]
Send this topic | Print
Jump to:  

Powered by SMF | SMF © 2006-2008, Simple Machines LLC