Hello,
I have a problem with a script: Whatever I click or customize, my commands are not accepted from the server - just nothing happens. So I found that Q&A in a site:
Q: Why when I click on a link, nothing happens ?
A: You need do not have php_track_vars turned on. To do this you can add "php3_track_vars on" to your httpd.conf file in Apache. Or you could create a .htaccess file in your root web server directory and add "php3_track_vars on" to it. Please read the php documentation if you have any questions.
So, as far as I can understand, I should create a .htaccess file. BUT 🙁 : First of all, I don't know in which directory should I upload it, and second... I am not sure what exacly should I write in that .htaccess file? ...
I would be very very grateful if you help me.