Hi guy,
I want to change my pligg site url from http:// malekiha.com/pligg to another url like pliggen.com for example. How can i do this?
Thanks


![]() |
| | Thread Tools | Display Modes |
| |||
|
Hi guy, I want to change my pligg site url from http:// malekiha.com/pligg to another url like pliggen.com for example. How can i do this? Thanks |
| ||||
|
edit settings.php /libs/dbconnect.php Then log in and change admin> configure> location installed> |
| |||
|
Thanks for your answer, but what exactly have I to change? This one: define("EZSQL_DB_HOST", 'localhost'); |
| |||
|
My settings.php files is like this: <?php $my_base_url = 'http://malekiha.com'; $my_pligg_base = '/pligg'; $dblang = 'en'; define('table_prefix', 'pligg_'); $language = 'english'; include_once mnminclude.'settings_from_db.php'; ?> and my /libs/dbconnect.php file: <?php define("EZSQL_DB_USER", 'database_user'); define("EZSQL_DB_PASSWORD", 'pasword'); define("EZSQL_DB_NAME", 'database_name'); define("EZSQL_DB_HOST", 'localhost'); if (!function_exists('gettext')) { function _($s) {return $s;} } ?> What exactly have i to change? Please help. Last edited by allby; 01-12-2010 at 05:13 PM. |
![]() |
| Tags |
| domain, pligg, url |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pligg User Integration Options | Yankidank | Wiki Articles | 4 | 02-10-2012 02:52 AM |
| My new add-on domain cannot show my pligg site css | oobie11 | Questions and Comments | 6 | 07-15-2009 08:35 PM |
| new domain and pligg in subdirectory - config | adamcygal | Questions and Comments | 3 | 07-15-2009 07:21 PM |
| setting new domain under existing Pligg website | adamcygal | Questions and Comments | 2 | 07-15-2009 06:29 PM |
| pligg copy on same domain | jbird | Questions and Comments | 0 | 02-12-2008 11:55 AM |