1
Tks. In the fly because now I understant some local questions here with your explanation.
The most important is: is impossible a maintenace directly in the server with my configuration.
- I edit the mainfile.php file and put:
define('XOOPS_URL', 'http://[my IP]:8081');
Then, conect to Internet with another machine, and all runs ok and have admin account access;
- But, I try a deep test with a redirect domain (dns2go service - people that unknow what is, see
http://dns2go.deerfield.com/) editing mainfile.php and put this:
define('XOOPS_URL', 'http://www.[my name site].dns2go.com');
Conect to Internet with another machine and the browser load the XOOPS main page. Great! But, have a problem. I dont acceess the admin account or another registered account.
I dont understand why have this problem because
http://www.[my name site].dns2go.com apoint directly to http://[my IP]:8081.
Have another "magic solution"?