Hello,
I moved the magento (version 1.9.2.1) files from the test server to the live server. The homepage shows up just fine but any other page is just blank. I have no clue at all what the issue might be.
I tried the following without luck:
- turn on error display -> no output of any errors
- increase memory limit
- permissions: all folders 755, all files 644
PHP version on test server and live server are the same (5.6), it's a different hoster though. Hoster confirmed that mod_rewrite is enabled.
Can please anybody help here?
Thanks,
Nathalie
Hello @NatElena,
Please delete var directory from sever and also make sure domain is pointed to document root of magento.
--
If my answer is useful, please Accept as Solution & give Kudos
Thank you for the answer, gelanivishal! The domain points to the root. I deleted the var folder, unfortunately the pages are still blank.
Can you think of another reason for my problem?
The problem was solved! I needed to enable mod_rewrite in the htaccess also. I was not aware of that as it wasn't necessary on the test server...