Posts Tagged: Apache

23Dec 09

Set up timed changes on a website

If you need to change content on your website in the future, and are running your page on an Apache web server, you can use Apache if statements to set up timed deployments based on the server time.
An example of how this can be handy is if you want to serve one include and then, [...]