Question : how to create a web page dynamically

I have a blog (of sorts) with a new page every day, like this: www.my_blog_comments_09-Jul-2010.html

So every day I copy my_blog_comments.html to the new day. So at the end of a month 30 pages, and 365 after 1 year. The page is small but nevertheless eats up storage space slowly.

Would there be a way to create the page on the fly ?

Say that my_blog_comments.html is sitting on the server and the user requests www.my_blog_comments_03-Jul-2010.html

so some process copies my_blog_comments.html to www.my_blog_comments_03-Jul-2010.html, delivers it, then deletes it.

I'm just trying to come up with a way of managing the volume of these pages month after month, year after year.

Answer : how to create a web page dynamically

>ip route 0.0.0.0 0.0.0.0 FA0
Don't use an ethernet interface as a default route. Always use the IP address of the next-hop that is directly connected to this interface. Causes all manner of ARP issues and traffic delays. Serial interface is OK because it is not a broadcast interface.
Reference
https://supportforums.cisco.com/message/3030916;jsessionid=7847BCECBB613537104BEC30C4D1669E.node0
Random Solutions  
 
programming4us programming4us