I have event entries in a php application with a permalink structure for the events. I m creating a dynamic xml sitemap
for google et al. which creates new url nodes as events are added, and when an event is in the past, the priority level automatically gets adjusted downward.
My question has to do with 404 not found errors if my client decides to delete the event for some reason. I will obviously tell my xml sitemap to remove the url node, but should I be writing to my .htaccess
as well with a Redirect gone
for those as well since they ll hopefully be indexed with the search engine by then?
I m hesitant to use a script to do any writing to my .htaccess
file since it could screw things up royally if something should go wrong.
Thanks in advance.