Wordpress website working fine on localhost but not displaying front pages on webhost
The website works perfect on my localhost. I used duplicator plugin to upload it on my web-host. Database connections are established since mywebsite.com/wp-admin works perfect. I can login the wordpress wp-admin panel and all the plugins, pages, posts are there and are editable. Also the permalink on the homepage shows as http://mywebsite.com
But when I open my website I see an absolutely blank page. There is no code in inspect element or no errors in console log.
Website can be viewed at: www.maajees.com.pk
Things I've tried:
- Reupload the files from duplicator.
- Disabled all the plugins, no result.
- Wp-Admin > Settings > Permalinks selected another format and then selected the same format as localhost and clicked save settings, didn't work.
- I created a php file called index.php, renamed the wordpress file index.php to index2.php temporarily and placed an h1 tag "Testing" in index.php, I can view testing when I opened the domain www.maajees.com.pk which means the domain is properly configured. Changed back the wordpress index2.php file back to index.php.
Nothing worked. All suggestions are welcome. Thank You
Summary
Only localhost everything works perfect but when I upload it on webhost no page is displayed. website.com/wp-admin and all wordpress backend works perfect but still nothing is being displayed on the www.mywebsite.com