View Single Post
Old 2005-08-22, 06:23 PM   #1
ronnie
Wheither you think you can or you think you can't, Your right.
 
Join Date: Jun 2004
Location: midwest
Posts: 2,274
Send a message via ICQ to ronnie
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
ronnie is offline   Reply With Quote