Forum Moderators: phranque
I have a site that's running on a Zeus server, and sometimes randomly PHPSESSIDs would pop up in the URLs.
I tried the usual stuff like:
php_flag session.use_trans_sid off
php_flag session.use_only_cookies on
also tried with php_value, but nothing has effect.
Zeus seems to have its own commands for .htaccess, and I can't find any info about session ids in their .htaccess tutorial - [support.zeus.com...] and other docs on their support site.
So I tried making php to be parsed as html with:
AddType application/x-httpd-php html htm php
AddHandler application/x-httpd-php .html .htm
and also with x-httpd-php without application/ but both result in the browser trying to download the html files.
Hope someone knows how to get this stuff running on Zeus as I can't get any help from the company providing the hosting.