I have a magento store "www.xyz.com". Now I have created a subdomain dev.xyz.com and copy all scripts and create a new database for subdomain.
I have done following things after migration:
1 - delete all cache files 2 - delete all session files 3 - change database details into local.xml 4 - update url into "core_config_data"
After updating these thing my frontend loaded without css and admin is not working.
Please help me Thanks in advance