Whats the best way to check if a server is set up to Support AcceptPathInfo and Support ForceType?
Thanks
Whats the best way to check if a server is set up to Support AcceptPathInfo and Support ForceType?
Thanks
Out of interest, what are these settings?
Most of this information should be available in the phpinfo.php page, simply create a phpinfo.php file with this information:Originally Posted by Roundy
Code:<?php info();>
I don't mean to correct your code, but for novice people, cpanelnickn meant:Originally Posted by cpanelnickn
<?phpinfo (); ?>
Last edited by AndyReed; 03-28-2006 at 09:03 PM.
Andy Reed
RHCE and CCNA
ServerTune.com
Thank you for the replies
I think it should have been:
PHP Code:<?php
phpinfo ();
?>