Forum Moderators: phranque

Message Too Old, No Replies

Need help with Zeus server .htaccess

PHPSESSID and php to html with Zeus .htaccess

         

zver0

4:28 pm on Feb 6, 2006 (gmt 0)

10+ Year Member



Not sure if this thread belongs to the Apache forum, but anyway I hope some of the experts here can help.

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.