PHP open STand Alone webapp

Hi,

anybody have a example on how i can verify and open a standalone webapp and redirect to the correct url and port. Also i want to mask the url, i dont want to show the port.

I test my webapp and i found better performance in stand alone than the cgi.

Please help

[quote=124072:@Darwin Quinones]Hi,

anybody have a example on how i can verify and open a standalone webapp and redirect to the correct url and port. Also i want to mask the url, i dont want to show the port.

I test my webapp and i found better performance in stand alone than the cgi.[/quote]

This is a php question, and you need to have a (very) basic understanding of php.

Run :
https://thecustomizewindows.com/2014/02/run-shell-commands-with-php/
The backtick method is the simplest to use.
Redirect :
http://www.cyberciti.biz/faq/php-redirect/

No idea about how to mask the url in php…

You could do that with an HTML Page containing an iFrame that keeps showing the original URL while you do your thing in php.
Beware that 2014R2 web apps cannot be displayed in an iFrame.