Specifically, the problem is with the links on my page. I can still access www.hyosungsource.com/whateverpage.php - it is just that every link on the site points to jejubookswap.com/hyosungsource/whateverpage.php. Has anyone had this issue?
Specifically, the problem is with the links on my page. I can still access www.hyosungsource.com/whateverpage.php - it is just that every link on the site points to jejubookswap.com/hyosungsource/whateverpage.php. Has anyone had this issue?
Thanks! That got it. When I did that, I got the "configure.php is readable" warning..but running the chmod.php script in my base directory
<?php
chmod("includes/configure.php", 0444);
chmod("admin/includes/configure.php", 0444);
echo 'Completed'
?>
fixed that right up. Thank you so much!