delphiprogramming/gisgraphy/master/src/site/resources/.htaccess
AddType application/x-httpd-php .htm
<FilesMatch ".htm$">
php_value auto_prepend_file "header.inc"
php_value auto_append_file "footer.inc"
</FilesMatch>
#RewriteEngine On
#RewriteRule ^head_foot.php$ - [L]
#RewriteRule .(htm)$ /head_foot.php?file=%{SCRIPT_FILENAME} [L]
ErrorDocument 404 /404.htm
ErrorDocument 403 /403.htm
ErrorDocument 500 /500.htm
Files
