2
-> Download a backup of your database schema (SQL Dump)
-> Open it in a text editor
-> Do a find and replace
--> Find:
http://www.searchservers.com/find/--> Replace with:
http://www.searchservers.com/-> Save the schema (make sure it saves as a .sql file and not a .txt file)
-> Download mainfile.php, open it in a text editor and look for the following code:
le="color: #000000"><?php // XOOPS Physical Path // Physical path to your main XOOPS directory WITHOUT trailing slash define('XOOPS_ROOT_PATH', 'onlinehome/www/find'); // XOOPS Virtual Path (URL) // Virtual path to your main XOOPS directory WITHOUT trailing slash define('XOOPS_URL', 'w*w.searchservers.com/find/');
Without the * between the two w's of course
-> Delete /find from the Physical path
-> Delete /find from the Virtual path
-> Save mainfile.php and reupload
-> Re-import the SQL schema into your database
That should take care of you. If not, check the threads, there's several posts about this subject.
BTW. Nice site.