php - make certain pages expire after specific time and redirect to home page -


for example have url

mysite.com/page1-bla-bla.html

that have time specific content available specific time period after url should redirect home page.

i think solution problem found today when checked google webmaster account today , found have many crawl errors due 500 internal server error pages content has expired content in kind of pages time limited available specific time.

i have no idea how may htaccess solution or what?

looking ideas

usually, it's being done programmatically in php script, let have more control on data , logic. if want in .htaccess, check out article on time-related usage of mod_rewrite: http://www.askapache.com/htaccess/time_hour-rewritecond-time.html.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -