3
move all the content of
http://www.mywebsite.com/xoops to your domain root directory -->
http://www.mywebsite.com and change 2 lines in your mainfile.php
Line 1
NOW: define('XOOPS_ROOT_PATH', '/developer/site1/xoops/');
LATER:define('XOOPS_ROOT_PATH', '/developer/site1/');
Line 2
NOW:define('XOOPS_URL', 'http://www.mywebsite.com/xoops');
LATER:define('XOOPS_URL', 'http://www.mywebsite.com');
Luck!