Class 'COM' not be found on my Apache
Posted: Wed Apr 11, 2007 1:30 am
When I tried to write:
I get this:
Basically, I want to prevent my site from being cached.
I tried .htaccess, php header and even JavaScript but nothing works!
Whats the the deal with the COM?! Shouldn't that be a basic object?!
Please help me.

Code: Select all
$shell = new COM("WScript.Shell") or die("This thing requires WindowsScripting Host");Code: Select all
Class 'COM' not found in /var/www/vhosts/rt-design.co.il/httpdocs/templates/rt-design/index.php on line 2I tried .htaccess, php header and even JavaScript but nothing works!
Whats the the deal with the COM?! Shouldn't that be a basic object?!
Please help me.