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
Problems Moving Servers
Re: Problems Moving Servers
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
Also: http://forum.cmsmadesimple.org/viewtopi ... =40&t=2661
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Re: Problems Moving Servers
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:
Change that to:
..just for testing. Once you verify your site works, change it back to / and point your nameservers.
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 /
Code: Select all
RewriteBase /~ucruisev
-
- Forum Members
- Posts: 26
- Joined: Wed Apr 17, 2013 6:59 pm
Re: Problems Moving Servers
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..
and that was the problem LOL
Thanks so much.. that fixed it straight away..
I appreciate it..