index.php problem
-
Hello!
I’m having a very weird case, I transferred my WordPress site from one hosting to another.
Apparently, everything works perfectly fine, the website is fully uploaded and running ok. The problem is that when I enter the main URL it won’t show the homepage, you can check here: https://www.westroot.com
Versus if you enter through any other page, you can see the full website e.g. https://www.westroot.com/aboutI contacted the hosting company (Godaddy) to check if there were any compatibility issues but it looks that there are any, the only solutions they gave were to delete the .htaccess file or rename it, but this didn’t work. They said there is a problem with the index.php file so it won’t load the homepage.
This is the content of my 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( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );Any help? ?? I’m very desperate….
Thank you!!
- The topic ‘index.php problem’ is closed to new replies.