Quote:
Originally Posted by ponyman
I'm using the javascript invocation code, as my pages are straight .html and not .php. This seems to be causing my pages to load much more slowly
Does anyone know a fix for this?
[/url]
|
Just run php on your html pages by adding this line to your htaccess file:
AddType application/x-httpd-php .html
Been using it for a long time. Put any php on your html pages and it runs fine.
ronnie