Viewing 7 replies - 16 through 22 (of 22 total)
  • Plugin Author AITpro

    (@aitpro)

    So it looks like a new BPS version will need to be uploaded to correct this. We will wait a few days so folks don’t get too irritated and if there are any more minor bugs then we can include fixes for those too.

    Plugin Author AITpro

    (@aitpro)

    Ed got involved on this one. Apparently both rules were totally fubar. LOL. The new rule will combine the 2 fubar rules into this 1 new rule. A new BPS version will be released sometime tomorrow.

    RewriteCond %{THE_REQUEST} (\/+|\?|\*|%2a)+(%20+|\s+|%20+\s+|\s+%20+|\s+%20+\s+)HTTP(:\/|\/) [NC,OR]
    Plugin Author AITpro

    (@aitpro)

    Oops I copied the wrong new rule. The one above was listed as a NO GO rule and I was also wrong about having to escape the forward slashes in .htaccess code. DOH! The correct new filter/rule is below.

    RewriteCond %{THE_REQUEST} (\?|\*|%2a)+(%20+|\s+|%20+\s+|\s+%20+|\s+%20+\s+)HTTP(:/|/) [NC,OR]
    Plugin Author AITpro

    (@aitpro)

    Thread Starter aselektor

    (@aselektor)

    Hi! Just upgrade to .50.3 bps. it works good! thank you!

    Plugin Author AITpro

    (@aitpro)

    Great! Thanks for confirming it works and special thanks for catching this dumb mistake.

    These days we are stretched a bit thin so there was a bit of a communication breakdown that occurred. 99% of the development focus in BPS .50.2 went into DB Backup and the DB Table Prefix Changer features. These are really simple things to create, but they are doing very serious things so extensive testing, retesting, more testing and then some more testing… was going on. The .htaccess filter change kind of got forgotten about due to that. ??

    Plugin Author AITpro

    (@aitpro)

    Wanted to give you a heads up that we had to change the filters one more time. These damn filters gave us fits, but I think we finally have it nailed. Nothing good is being blocked or broken and only bad stuff is being blocked.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘err 500 after upgrade to 50.2’ is closed to new replies.