And on settings.distant.php (will be rename as settings.php later):
change this: $db_url = 'mysqli://root:root@localhost/drupal';
for: $db_url = 'mysqli://login:password@server/database';
So I took a drupal site off a backup server image, and found the sql files under the following path
opt/lampp/var/mysql/"company name"
now i showed Bluehost these files in the hopes they could setup mysql on their servers
turns out the extensions on these files are .myd & .myi, i was told that i need sql database software/manager ?? then import all the files from this folder, then do dump ? then export to Bluehosts control panel's mysql
I installed Acquia Drupal 7 and started a site on my local DAMP server. I put in the site name and everything and have fully created my site on my local server. However, the local url of my site is
"sitename.localhost:8082"
even though my domain/site name is correct in the administration. I already have a domain name registered and I'm getting ready to upload my site to that domain.
I have a problem with my webhost. I succesfully developed a website in localhost. I bought a .com and .nl domain and was going to launch the website. When I launched it, I received the HTTP Internal Error 500. I googled it and found out it had something to do with my .htaccess configuration. When I asked my host for information they mentioned that they chose to block certain apache commandos, and therefore the .htaccess was blocked.