1
Hi,
I don´t know if this is xoops', server or browser related:
My server interprete *.php with PHP4 and *.php5 with PHP5 so I needed to use htaccess in order to switch this configuration, here is my htaccess lines:
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
It worked fine. My smartprofile module is now running.
The problem is that, when I use htaccess (whatever lines I use) I have problems with some modules forms ($_POST variables).
Some users can´t comment anymore,
I cant´use the "mail users" form because it wont go to the next step,
Some search foms don´t work fine (is just like if i had hit the refresh button, no results are showed).
Anyone Knows Why this Happens and how to solve it?
I take the htaccess file away and all works fine (except smartprofile that requires PHP5) :(
Thank you!