I found solution in forums: Actually I needed to add: Code: php_admin_flag register_globals on php_admin_flag register_long_arrays on in it to make it work (OSCommercer) but when i make empty .htacces files with 2 lines in directory: /home/www/web5 i get error: The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. what i do wrong? may be i mast create this file in diferent folder or mast add more lines in this file?
Due to so many security holes mostly caused by a mixture of register globals on and allow url fopen, you should not use any software needing this. Instead use a software which does not need this or change the code of that software, there is no need for using that bad style of php programming, either the coder didn't now how to do it better...