I am also having this trouble. I recently moved my domain name from bluehost to hosting24, changed the DNS, got access to my dashboard, and chose a theme. But when I try to access the site, it says that it can not open because there are too many redirects. I deleted my browsing history but it still doesn’t work. How can I resolve this? My site is sceduserv.com.
Thank you
how much time havebeen passed after changing your dns?
can you provide some more information?
@proctor69 – please start your own thread per http://codex.ww.wp.xz.cn/Forum_Welcome#Where_To_Post
It doesn’t work well to have more than one person per thread.
Thread Starter
Mike-D
(@mike-d-1)
I started the thread, so why delete it, bit over the top for a first time post.
That was addressed to @proctor69 – your post was exactly right. If index.html is in the root of your site, that may be the problem – is WordPress installed in a sub-directory?
Thread Starter
Mike-D
(@mike-d-1)
Yes it is there, Do I need to direct to wordpress index.html or the elegantthemes index.html presumably one will activate the other. Thanks Mike
There is no index.html for WordPress or any WP themes – they are .php files. Where is WP installed? Do you have it up and running (sort that before the theme question)?
Thread Starter
Mike-D
(@mike-d-1)
No wordpress is not running, it is in a folder, an application,uploaded and supplied by the hosting provider any advice would help. Mike-D
Thread Starter
Mike-D
(@mike-d-1)
In the htpdocs file is the default index.html file which opens default page.
Opening the wordpress file on that level shows an index.php file that when open has this within.
<?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');
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Is this the file that needs priority to access wordpress etc, if so how do I get to change from the index.html to index.php Mike-D
You should delete the index.html page.
Thread Starter
Mike-D
(@mike-d-1)
I have now deleted the index.html files now page is forbidden 403
any clues, the index.php is there I was hoping it would direct to wordpress/theme etc
Thread Starter
Mike-D
(@mike-d-1)
Thanks for your help, I will go through this tomorrow evening carefully as I can. Need to do a days work. Please check back in 24 hrs if thats possible. Mike. Nearly there.
Sure, just post back if you run into more problems :).