ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

This question is explicitly for web developers.

I want to build inhouse site that will contains all enteries to win/*nix server and when i type http://192.168.6.1 in browser , it will show me all servers on webpage and along side there should be drop down menu.. for example, If I have windows server it shows me RPD , ftp and if there is linux it shows me ssh , ftp any idea about this. how do i achieve this target.

user-image
تم إضافة السؤال من قبل مستخدم محذوف‎
تاريخ النشر: 2013/09/16
mohammed al shareif
من قبل mohammed al shareif , Team Leader , Beecell

Dear , 

i think when you try to hit an local ip as192.168.6.1 its should redirect you to an apache server  for example 

 

in your apache you should start 

 

the browser access the ftp by ftp://192.168.6.1 not by http:// request 

 

ftp not accessed by http 

 

this is what i think  you can't handle with broswer to access all these servers 

المزيد من الأسئلة المماثلة