Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I would like to know how to access my website using Ip address instead of domain. Like 173.252.100.16 can used to access facebook.

My Website is: www.jijojose.me Server have multiple websites hosted.

share|improve this question

closed as off topic by toscho Jan 6 at 14:03

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

up vote 0 down vote accepted

Open a Terminal or CMD and type ping www.jijojose.me then press Enter. The IP address listed it's the server's IP address.

However You won't be able to access you website this way (e.g. http://173.252.100.16) unless:

  1. You know the folder where it is located on the server, and your server has mod_userdir or similar extension enabled for the web server.

  2. The server it's configured to show by default your website when no valid host header is specified.

share|improve this answer
Thank You for the answer. Will check with godaddy about the mod_userdir extension. – Jijo Jose Jan 7 at 14:54

According to your domain lookup you have your site at GoDaddy, and they have faq here :

http://support.godaddy.com/help/article/5232/finding-your-hosting-accounts-ip-address

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.