 |

Berkowitz
User
Mar 6, 2008, 11:16 AM
Post #1 of 2
(285 views)
Shortcut
|
Hi, I installed CMS 1.10 on a domain but we've moved the domain and changed the dns servers and when I want to use cms it says it doesn't excist. http://www.coolrentservices.be/cmsAdmin/admin.php How can i reïnstall it? Thanks berkowitz
|
|
|  |
 |

Dave
Staff
/ Moderator

Mar 6, 2008, 1:38 PM
Post #2 of 2
(283 views)
Shortcut
|
It's return 404 Not Found, which is strange considering the file should be there. Double check that PHP is working correctly on the new domain first. Try creating a new file called "hello.php" with the following code and upload it to the /cmsAdmin/ dir.
<?php echo "Hello World! I am PHP v" . phpversion(); ?> It should output something like this: "Hello World! I am PHP v4.3.9". Let me know if that works. If it doesn't you may want to ask your host to enable PHP. Hope that helps! Dave Edis - Senior Developer interactivetools.com
|
|
|  |
|