|
| ||||
Look, I 'm no webmaster. I just have a small website with information about my favorite rock band. I cannot go around altering my ISP's server configurations.
That is true, but all is not lost. Email your local ISP support people and ask them how to set up caching headers. They will be glad to help you, once they realize you are reducing strain on their servers.
Most likely, if they are using an Apache server, they will tell you to create or edit a file called .htaccess in your public HTML directory. This is a special file which allows you to change whatever you want in your directory without fear of messing up other people's files.
In this case, you would use the For example, your .htaccess file might look like:
This gives a Need a regular expression tutorial?OK, all that stuff you just did with the Do not be scared. There is an excellent regular expression tutorial at: http://www.perldoc.com/perl5.8.0/pod/perlretut.html You probably do not need to get fancier than what we've included above. | ||||
|
