kalaba2003
kalaba2003

Reputation: 1229

Internet Explorer do not open link(or redirect)

In my website, there is a link :

<a href="http://www.mywebsite.com/control_panel/upload_img">Upload Image</a>

When I opened site any browser except Internet Explorer, there is no problem. When you click, you go to upload page.

But interesting thing is, when I open site in Internet Explorer 9 or 8, and click link, it goes to (or redirects to) my main page, not upload page.

I manually writes in address bar like :

www.mywebsite.com/control_panel/upload_img

It agains goes to main page.

What is the problem. Is this problem from me or Internet Explorer?

Upvotes: 0

Views: 711

Answers (1)

Kevin Driessen
Kevin Driessen

Reputation: 366

It seems to me this might be a cache problem: for some reason your main page has been cached/associated for the url you've provided.

You may want to clear your browser's cache and try loading this url again. If you stll get the same result, then the problem is likely to be different. In that case I have no idea what it could be.

Upvotes: 1

Related Questions