Deleted pages still being requested?

S

Steve G.

I had a form called email.htm that (surprise surprise)
emailed a form to a customer. I am now using ColdFusion
just because it gives me more control over the email.
That page is also called email, but instead of htm, it is
cfm extension.

What happens is that from time to time when I test the
email option on the page, the old htm file gets requested
from my browser, and obviously errors out because it
doesn't exist on the server anymore.

Why is the old page getting called every once in a
while? What can be done to stop this?

Steve
 
S

Stefan B Rusynko

Clear your browser cache
- also possible your host still has it cached

--




| I had a form called email.htm that (surprise surprise)
| emailed a form to a customer. I am now using ColdFusion
| just because it gives me more control over the email.
| That page is also called email, but instead of htm, it is
| cfm extension.
|
| What happens is that from time to time when I test the
| email option on the page, the old htm file gets requested
| from my browser, and obviously errors out because it
| doesn't exist on the server anymore.
|
| Why is the old page getting called every once in a
| while? What can be done to stop this?
|
| Steve
 
A

Andrew Murray

check for every reference to that file in your form...check all your links to
make sure none are linking to "email.htm". Is email.htm the page with the form
on it?

People may have bookmarked that page specifically in their system and of course
go back to the bookmarked old page, rather than the new one. Maybe you should be
a redirect meta tag in the email.htm redirecting to email.cfm.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top