ขอความช่วยเหลือหน่อยครับ งงไปหมดแล้ว จะย้ายจาก wamp ขึ้นเวบครับ
WAMP:
- Installed with 127.0.0.1/magento/ as the base url
- ใช้ Modern Theme with customization
- DB name- ‘aaa_mgdb’
DB username- ‘aaa_mgroot’
prefix - ‘cc_’
steps I did to move to the web server:
Domain for installation -
http://store.mydomain.com 
- disable cache
- export DB using phpmyadmin with ‘disable foreign key check’ , save as SQL file
- turn off wamp
- tar.gz folder wamp/www/magento
- create DB with
DB name- ‘bbb_mgdb’
username- ‘bbb_mgroot’
same password and prefix
- import the SQL file ( Note. try both unmodified SQL, and SQL with replacing ‘127.0.01/magento/’ to ‘store.mydomain.com/’ )
- change ‘web/unsecure/base_url’ and ‘web/secure/base_url’ to ‘http://store.mydomain.com/’ in core_config_data
- ftp upload tar.gz to server
- use DirectAdmin to extract it
- ftp delete var/cache and var/session
- change app/etc/local.xml by replacing ‘127.0.0.1’ to ‘localhost’ and change DB configuration
OUTCOME:
- can access admin but in CMS editing content and elsewhere, images are broken
- frontend show ‘404 error: Page not found.’ with default theme not Modern Theme!, no link no content.
Im using 1.5.0.1 version and my installation has only 1 website with 2 store views
web server spec: MySQL client version: 5.0.91
PLEASE HELP ME figure this out, I have tried to search for solution all day