i already install xampp and already followed every single step but when i use link localhost/osticket nothing coming out and it say 'this page isn't working right now' why? am i missing something? or my xampp can't run .php? because when i use .html its working fine.

    Sounds like your XAMPP server is not parsing PHP.

    Hi,

    This is not a solution, but a troubleshooting step..

    Assuming that XAMPP is installed and running on a Windows-based machine, open-up Notepad, and add the following

    <?php
    phpinfo();
    ?>

    ...save it as info.php or something like that .. copy this newly created to your web-server's root..

    Now, open-up your browser (Preferably Chrome, Firefox), and type localhost/info.php

    Write a Reply...