Site Moving Problem - home page is okay. other page links are dead
Permalink
Dear All,
i'm a newbie here. thanks for all your help. the community is doing a great job to newbie's like me.
i want to move a site from development to an production server.
this is the site link: http://lotuswireless.cloudapp.net...
i want to move to an production server of ip:http://111.93.27.203/
as the client dont want to make the site offline i'm doing it.
i did these works:
1. cleared "cache" "tmp" folders.
2. didnt use pretty url
3. took a copy of the website - zip and unzipped it to the server
4. SQL dumped via phpmyadmin and uploaded into server.
5. production server is running nginx and mysql in bitnami stack.
6. path values below:
define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'username');
define('DB_PASSWORD', 'password');
define('DB_DATABASE', 'DBname');
define('BASE_URL', 'http://111.93.27.203');
define('DIR_REL', '');
7. the home page is loading perfectly.
but other page links are dead. i dont know what to do.. tried all helps from community. kindly help. need to fix the site soon.
all pages are not found.
what i need to do.??
need to change any values in the SQL dump file.?? breaking my head here.
thanks in advance for all your replies & efforts
i'm a newbie here. thanks for all your help. the community is doing a great job to newbie's like me.
i want to move a site from development to an production server.
this is the site link: http://lotuswireless.cloudapp.net...
i want to move to an production server of ip:http://111.93.27.203/
as the client dont want to make the site offline i'm doing it.
i did these works:
1. cleared "cache" "tmp" folders.
2. didnt use pretty url
3. took a copy of the website - zip and unzipped it to the server
4. SQL dumped via phpmyadmin and uploaded into server.
5. production server is running nginx and mysql in bitnami stack.
6. path values below:
define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'username');
define('DB_PASSWORD', 'password');
define('DB_DATABASE', 'DBname');
define('BASE_URL', 'http://111.93.27.203');
define('DIR_REL', '');
7. the home page is loading perfectly.
but other page links are dead. i dont know what to do.. tried all helps from community. kindly help. need to fix the site soon.
all pages are not found.
what i need to do.??
need to change any values in the SQL dump file.?? breaking my head here.
thanks in advance for all your replies & efforts