View Single Post
Old 01-18-2013, 09:31 AM   PM User | #1
zaltek
New Coder

 
Join Date: Dec 2010
Posts: 24
Thanks: 7
Thanked 0 Times in 0 Posts
zaltek is an unknown quantity at this point
Question Target Files that End with HTML

Guys, I'm using the following in my .htaccess file but it's not working.

Code:
<FilesMatch ".(html|htm)$">
php_value auto_prepend_file prepend.php
</FilesMatch>
Basically, I'm trying to prepend a file but only if the extension is html or htm. I have configured my Apache server to allow overrides and all the files are there. What is wrong with my code?
zaltek is offline   Reply With Quote