I'm wanting to include a header file in my .htaccess file. I've got the following code:

HeaderName header.htm

But for every subdirectory I have to copy the header in, is there any way to have it point to the same file on the top directory?

Cheers! Pete

link|improve this question
feedback

2 Answers

You should be able to use /header.htm

link|improve this answer
feedback

Was being a fool, backslashing not forwardslashing...

All sorted!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown