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.
Installation Issue
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
Manrobs
When you installed your XAMPP, the PHP should be installed with it, if not you will need to install it
Check this post out, it may help you:
https://howtohelpdesk.com/install-xampp-on-windows-10/