Hello guys,
I want to move Dolphin to another domain.
My question is where do I have to make the changes for the path and mysql stuff. In what php datas
Okey thats basicly it.
Thanks for your time :)
Hello guys, I want to move Dolphin to another domain. My question is where do I have to make the changes for the path and mysql stuff. In what php datas Okey thats basicly it. Thanks for your time :) |
./inc/header.inc.php All the needed changes can be done from there. As long as you're not changing the database information, the only thing you need to change is the domain information, located at the top of the file. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Hello guys, I want to move Dolphin to another domain. My question is where do I have to make the changes for the path and mysql stuff. In what php datas Okey thats basicly it. Thanks for your time :) are you just changing domains? /inc/header.inc.php also there may be an additional instance of your old domain just a few lines down under the $root path should not have to change the sql connection, unless the account is on cpanel and the account is being terminated. i suppose that more information is actually needed to understand what you are doing. alternatively backup the file content to your local drive sql dump the dbase create your new domain account create a database on that new account upload files FTP (compressed) to new account uncompress files in root directory of webserver account / navigate to mysql or whatever venue you have at your disposal to create the database, create the database and database user ensuring that you set permissions on database for specified user should have phpmyadmin navigate to phpmyadmin select the database you just created and there is a tab on the nav menu, import. this will allow you to import the sql dump you created from the existing database. you will still need to edit /inc/header.inc.php both relative and absolute paths one is the http:// site URL the other is the $root path Regards, DosDawg When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Wow! thanks that helps alot! btw hope its allowed to ask another question under this topic I also want to implement the Photo Album on the main index site. How can I do that cuz for usually there is just the Photo Gallery where you can see all the random pictures Thanks again :) |
Wow! thanks that helps alot! btw hope its allowed to ask another question under this topic I also want to implement the Photo Album on the main index site. How can I do that cuz for usually there is just the Photo Gallery where you can see all the random pictures Thanks again :) 2nd question disallowed --> 15 minutes in the penalty box (that is also a double post) --> 35 minutes in the penalty box Regards, DosDawg When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |