Blank pages shows in the WordPress, Hostripples Web Hosting

Blank pages shows in the WordPress

If WordPress Permalink shows blankpage, do below

[root@server1 ~]# vi /wp-admin/includes/misc.php and change the line as indicated below

Search for function got_mod_rewrite
and replace below like in it .
From
$got_rewrite = apache_mod_loaded(‘mod_rewrite’, true); //old line with false negative;
To
$got_rewrite = true;//force the response to true as we know mod_rewite is installed

Blank pages shows in the WordPress, Hostripples Web Hosting
HR-ADMIN