Is there a way using .htaccess to insert something in the <head> area?
javahava
12:14 pm on Nov 14, 2005 (gmt 0)
I've got dozens of files that need various snippets inserted into the <head> area of each page. Is there a fast way to do this via htaccess or php includes? or do i need to manually cut/paste the code in each page? thanks for the help!
jdMorgan
2:19 pm on Nov 14, 2005 (gmt 0)
.htaccess is not generally useful to modify page content. However, a search on WebmasterWorld for PHP header include [google.com] and/or PHP auto-prepend [google.com] will turn up plenty of threads related to your requirments.