
Got myself in a tangle. I decided to rebuild my dev environment as DesktopServer was not working well for me so I:
1. Exported the database using phpmyadmin
2. Installed the WAMP stack
3. Relocated the site files under the WAMP/WWW folder
4. Imported the database to the WAMP MySQL
5. Removed the DesktopServer package
6. Edited the config.php to point to the new database
The site runs fine under the new localhost so the server is running and the database is hooked up OK but I just cannot access the admin panel at all.
The site URL is 'http://localhost/Web%20Development/Sites/rhodesCMS/' but when I put in 'http://localhost/Web%20Development/Sites/rhodesCMS/couch/' it just drops back to the site URL and launches the site.
Ideas appreciated.
Thanks