1
I rebuilt my stie on a new server and I had to use an ip when I setup so that I would not affect the existing site. I switched the dns to point to the new server but it is showing the ip in the url instead of the actual website name. I found a row in the mainfile.php
define('XOOPS_URL', 'http://99.999.999.999/abc');
that had the ip in it but when I tried to just change it and upload it the site looked wrong. Does a way through the menu's exist to change this or is the only way to do it through actual code? If the only way to change it si throug a text editor then why does it make my page look crazy? do I need to update something else as well?
I am running XOOPS 2.0.17.1
TIA, Gabriel