|
kaktus Owner
Joined: 22 May 2004 Posts: 1576 Location: CheapestAdultScripts.com
|
|
|
|
|
|
|
Posted: Tue Jul 31, 2007 10:07 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
well, script is designed to work with php pages. I think you can make it to work with .shtml pages, but you need to tell your server parse .shtml pages like php ones, so you can include php code in them to make it working.
Try adding this line to a htaccess file:
AddType application/x-httpd-php .shtml
And ofcourse if you need just to call your template, without the stats tracker code, just use the url to your template from the 2nd line of code output by SO, and put it in include command tag for shtml.. _________________
|
|
|
|
|
|
|