A bad host file…page, properties,check url res//www
and should be http:// just trying to help…
Thanks,
here is what I get
res://C:\WINDOWS\system32\shdoclc.dll/dnserror.htm#http://www.x.com/wp-admin/index.php
and this is one that works
http://www.x.com/wp-admin/edit.php
Just tried turning perm links on but that didn’t help. mod_securety is also disabled on the web host.
should be( HTTP:// not res:// this tells me you have a bad host file.
C:\Windows/system32/drivers/etc,,,,,,you will have to re place the host file you have a bad one this is why you are getting the 404 error…read…..
http://ww*.mvps.org/winhelp2002/hosts.htm
hope this helps some I would download the host file and replace it in C:\windows/system32/drivers/etc
you will just over wright the host file only….reboot
Now you should be smileing….:)
I checked my host file and the only entry in there is for local host.
and that wouldn’t explain why
http://www.x.com/wp-admin/index.php doesn’t work
http://www.x.com/wp-admin/edit.php does work..
I checked on two other machines, on different ISP’s and same error persists.
Local host,,,,http:// On this page (click properties)for this page you will see http:// Html Document start address ,,,,open www>x.com click properties showes res://
this is why your page will not open,,,,
If it reads res:// It’s not going to open the page until it reads http:// yes there is a lot of computers that are affected by it,,,,,bad host file,,,
I think it was a update that caused this bad file.
it was ment to stop a lot site from be seen…your cumputer thinks this site is a risk and is why it will not show you it….:)
good luck,,,,
Ok, I decided to actually get off my ass and look into the php file it’s self. Seems that the problem for me is caused by the function
fetch_rss
so if I comment out the code it works for me now 😉