1
If your UNIX server register_globals is off and you try to click on the Xdirectory "Email" button you get a blank page.
I spent today 2 hours to find out how can my local (XP pro box) comunicate with the "contact.php" and why my UNIX server does not ............
In the end the solution was so simple ( like always
) - it was simply a mattar of register_globals off
so to help you guys not spending 2 hours for nothing, the solution (at least my solution) is to use an .htaccess file in Xdirectory's root dir
one line of code should be in the file:
php_flag register_globals on
About the question if it's safe enough? ... enough for me
but I'll be happy to hear some opinions about it.
keep Xooping !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!