Hi, I hope this is in the right spot but it is a website and I am looking for help with it. I have a website I've created with WordPress however I designed and recoded the old theme to suit my needs. It's located at www. thewestfalia .com When I visit the site with FireFox it goes to the site then promply redirects to a blank white page. Has anyone had this problem or can anyone help me figure out what the problem is? I'd be very greatful for some insight. Thanks in advance
After everything is requested and sent to the browser, you are sending a 302 redirect back to the main page, whether you know it or not. There, it's hanging waiting for the server.
Thanks for the reply Aioporn but it shouldn't be that as my site has been up for months, thanks for the tip though. drhowarddrfine could I add some kind of line to the htaccess to get it to stop redirecting. I did have a robots meta plugin installed but I took it off to see if it would make a difference but no go. Never really encountered this issue before.
i think you are hosting this blog in wordpress, i want to know your hosting platform , is it on APACHE Server or IIS7, if it is IIS7 then you might get trapped into URL Redirect error, and if you are using Php Apache server on Linux then Use CGI/FAST CGI Application.
And yeah remove any plugin which you are using right now for redirect. No need to do any changes in .htaccess file
you could try deactivating all your plugins to see if any are causing the redirect. Also what message are you getting in your error log?
Hi geekblogger yes it's WordPress CMS and I'm not sure if its apache for sure but I believe it is as I installed the WordPress though a Cpanel. Linux CentOS is the operating system the server is running on so pretty sure its apache, just not sure how I can find out for sure. Where can I get to the CGI/FAST CGI Application thanks! geekblogger & Miah: I have deaviacted all plugins however no effect. Miah: Where can I find the error log for that specific domain? I can go into Cpanel and see the Error Log however Im not sure if its specific to that domain. However it reads [Mon Nov 09 19:31:40 2009] [error] [client 154.5.62.29] File does not exist: /home/sigouinm/public_html/favicon.ico Nothing related to the subject I believe.
Looks like you found the error log, but no help there. I've read somewhere that some version of wp had this problem only with Firefox. Have you tried updating your wp install to the latest version?
Miah: I tried to update it but still the same problem, however I did manage to fix it. Seemed that something on the sidebar was messing up and when I removed one of my Google Adsense blocks the problem was fixed. Strange but it dosen't redirect now. Thank You for all your help everyone!!