Transferring Concrete5 dreamhost, net2ftp accounts
Permalink
Hello all,
I manage a (net2ftp) concrete5 website on dreamhost. I want to transfer my site to another "net2ftp" account, so I copied all of my files over to that new account. For some reason, pretty URLs is failing:
http://somapain.com (sorry for those that can't read chinese :) )
I made a file on my root directory ( /somapain.com/ ) called .htaccess and copied the alloted code in there, but nothing is working (this worked on my previous account). The browser just returns "No input specified."
Here's what I have in my config file site.php:
I would wholeheartedly appreciate any ideas. My client has deadline, and I am rather inconveniently befuddled...
I manage a (net2ftp) concrete5 website on dreamhost. I want to transfer my site to another "net2ftp" account, so I copied all of my files over to that new account. For some reason, pretty URLs is failing:
http://somapain.com (sorry for those that can't read chinese :) )
I made a file on my root directory ( /somapain.com/ ) called .htaccess and copied the alloted code in there, but nothing is working (this worked on my previous account). The browser just returns "No input specified."
Here's what I have in my config file site.php:
<?php define('DB_SERVER', 'mysql.chizeng.com'); define('DB_USERNAME', 'mysqlusername'); define('DB_PASSWORD', 'mysqlpassword'); define('DB_DATABASE', 'databasename'); define('BASE_URL', 'http://somapain.com'); define('DIR_REL', ''); define('PASSWORD_SALT', 'L7AQ0CZacxfyG9YT2bJXDB3ViKjMh8SRmEorvl6uwsI5FPkpOqHWgNe1zn4tU'); ?>
I would wholeheartedly appreciate any ideas. My client has deadline, and I am rather inconveniently befuddled...