Forum Moderators: open
So we would like to 410 them and tell Google to blow them away.
a) How does one set that up?
b) We should do a 410 for each of the 8 pages, right? How is that done?
Thanks
<%@ Language=VBScript %>
<%
Response.Status="410 Gone"
%>
You'll also need to set up IIS so that it runs files with a .php extension as ASP files. Here is a thread on running a .html file as ASP [webmasterworld.com] which shows how to map extensions in IIS application configuration.
then you can just create default.asp files with the above code and place them in the folders, and not bother with mapping .php to ASP.