Page 1 of 1

Problems Moving Servers

Posted: Wed Apr 17, 2013 7:29 pm
by stevenryals
Hi,

I'm running 1.63 CMSms & PHP5

I followed the directions to move to a new server..

the home page looks fine, but i can't navigate to any links..

Due to this, i have not changed namesevers yet..

any ideas?
temp hosted here:
http://98.130.223.23/~ucruisev

Re: Problems Moving Servers

Posted: Wed Apr 17, 2013 9:06 pm
by Jo Morg
Well besides needing to upgrade, it seems that you have some wrong configurations on .htaccess or the file is missing.
Also: http://forum.cmsmadesimple.org/viewtopi ... =40&t=2661

Re: Problems Moving Servers

Posted: Wed Apr 17, 2013 10:00 pm
by Wishbone
It's an issue with your Pretty URLs. The following page loads fine:

http://98.130.223.23/~ucruisev/?page=Honeymoons

It's likely an issue with your .htaccess file. You might have a line that looks like:

Code: Select all

RewriteBase /
Change that to:

Code: Select all

RewriteBase /~ucruisev
..just for testing. Once you verify your site works, change it back to / and point your nameservers.

Re: Problems Moving Servers

Posted: Thu Apr 18, 2013 8:46 pm
by stevenryals
great!! i was hesitant to change nameservers due to that..
and that was the problem LOL

Thanks so much.. that fixed it straight away..

I appreciate it..