Recently in Movable Type Category
My MT install seems to have gone a little squiffy. I can no longer edit templates, and it's baking my noodle.
I keep getting 403 Forbidden Errors as if I don't have permissions, but all the files are chmod'ed correctly. :(
I appear to have fixed it. No idea why it happened of course. That is often the case with MT.
I found that once I had put a bit of code into my .htaccess file it worked fine. The code is based upon something being installed on the server called mod_security. I did look at my server configuration and could not find mention of it, but I suppose I was probably looking in the wrong place. The information that I found which included this bit of code was referring to MT 2.66, but it seems to work for 4.01. However, I did not put the < br / > tags in, that was added when I put the code into this entry. Ignore those.
For the future I suppose:
SecFilterEngine Off
SecFilterScanPOST Off
