Did you clone both sites?
I guess you make a redirect and then clone both sites, hence they both are pushing every request to each other and causes a redirect loop
If you did it via mod rewrites, then post the content of .htaccess of each site here
Thanks for the quick reply. i dont think the site has been cloned. i have only been given the ftp details for one.
when you say cloned i assume you mean two full duplicates of the site in seperate folders?
[IMG]http://i30.tinypic.com/2vbrd6f.jpg[/IMG]
this is my ftp.
[IMG]http://i29.tinypic.com/25ixgfs.jpg[/IMG]
the .htaccess file is as follows.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Sorry im not familiar with this problem.
<img src=”http://i29.tinypic.com/25ixgfs.jpg” border=”0″ alt=”Image and video hosting by TinyPic”>
hello,
how about checking the wordpress options page (General Settings)
or try looking at (http://www.yoursite.com/wp-admin/options.php ) it will give you all options of your blog, look at there and see if the site/blog urls are same on both sites?
.htaccess looks fine
hi thanks for your reply
I checked general setting and both urls where the same so i checked the options.php and couldnt find anything.
Then i had an email back from my host telling me to add this to the .htaccess file
RewriteCond %{HTTP_HOST} ^(www\.)?dcdteachernetwork.org
RewriteRule ^(.*)$ http://www.dcdteachernetwork.co.uk/$1 [R=permanent,L]
And now its working perfect.
The site had been hacked i was fixing it for a client the hack had been added to the wp-options in the database and in the uploads directory in miscellaneous option in wordpress, and was turning all the posts into pages so this might have caused the problem.
Thanks for your help