Hi,
I'm designing a site for someone and decided to move the test-site to the provisional url I have, till I change nameservers, etc.
So, the new url is currently something like: http://83.112.127.21/newdomain.org. I went through the exported mysql and changed all of the appearances of www.oldomain.org to 83.112.127.21/newdomain.org and also made changes in sites/default/settings.php.
I can now go to http://83.112.127.21/newdomain.org and http://83.112.127.21/newdomain.org/index.php with no problems. However, I had clean urls set up before I moved and I get this error if I try to acces /admin, etc.
The requested URL /home/sites/newdomain.org/public_html/index.php was not found on this server.
At first I thought that was a problem that was .htaccess based, but I've tried installing a fresh pre-installation version and my backed-up from before transfer and none change it. I wondered if I needed to turn-off cleanurls and then turn them back on, but I'm not sure how to do that as if I go to /?q=user and log-in, it simply returns the message above when it tries to re-direct to log-in.
So, my questions are: 1) How do I turn cleanurls off from phpmyadmin? 2) Will turning them off and on again sort this? 3) Is this due to a file that I've changed wrongly, or is it a mod_rewrite issue?
I'm using civicspace 0.8.2 and I thought I'd followed all of the instructions I could find on transferring, but clearly not!