What Kind Of Server Do You Have?

What Kind Of Server?

It’s important to know what kind of server your website is running on - especially when it comes to installing software like a content management system. We ran into this situation this week at Brunello. Here is a quick solution to determine your server details with a simple .php file.

  1. Create a file named server-info.php with the following code in it: <? phpinfo() ?>
  2. Upload the file to your web server
  3. Visit the url of the file http://yourwebsite.com/server-info.php
  4. Delete the file after you have determined your server type

Let us know by leaving a comment if this works for you, or if you know of any other ways to do this!

Tags: , ,

Wednesday, October 1st, 2008 Quick Tips

2 Comments to What Kind Of Server Do You Have?

  1. thats work it for me fine, thanks.

  2. Web Tasarımı on October 24th, 2008
  3. Can’t you also just take the website you’re working on and wipe off the last bit of file name and replace with a nonsensical bit of characters and hit return. When I do this the page usually “breaks” and when the website returns a 404 Not Found or other error, the server is named at the bottom of the message.

    That works for me too, instead of going through the hoops of setting up files and such.

    Stevie Black

  4. Stevie Black on February 16th, 2009

Leave a comment