I’ve tried another plugin, WordPress Mobile Edition, and it propperly recognizes my mobile connection, although I had to add “blackberry9700” to the list of devices for it to be recognized.
Is there something similar I should do in this case?
The only solution that I have come up with so far is to change
define('WP_HOME','xxxxx/wordpress');
define('WP_SITEURL','xxxxx/wordpress');
in wp-config.php where xxxxx switches between localhost and the IP of my router, but this is far from optimal.
My router doesnt support “Filter Internet NAT Redirection” so if I type the IP of my router, from inside my home network, it doesnt connect.