I am working on a project which involves Windows Media Service.
As we all know that WMS is less secure, so my project is to make sure that the
users are registered to my file server(sql database).
my WMS server is set to listen only to the local port(127.0.0.1:99).
is there any way to redirect users to that port/ip if he comes through my
php script?
i am trying to access remote server localhost from from the internet and
i think it is possible via php but when i try to redirect users to the localhost, the script points
to the client's localhost, not the remote server.
any help will be appreciated.