Dmitry Dulepov [typo3] wrote: > Hi! > > SwagmanInternet wrote: >> Likley the above error is caused by the mod_security module for >> Apache. This module filters the data that gets sent to the server >> and blocks off any potential attack on the server. Sometimes the >> filter rules are too strict that it hinders the operation of >> legitimate scripts. Solution: >> -------- >> You can disable mod_security just on a/the particular directory by >> inserting the following lines into a .htaccess file: >> >> <IfModule mod_security.c> >> SecFilterEngine off >> </IfModule> >> --------------------------------------------- > > It is enough to disable handling of ".." in mod_security. No need to > turn it off completely.
Hi Dmitry, I do not have access to root for this hosting server, so is "disable handling of ".." in mod_security" possible in the .htaccess file? If yes, could you advise what config required in .htaccess file for this or can you point me in a direction so i can research the answer and advise the list, cheers. Matt K _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
