1

I use Direct Admin and Apache in CentOS 6.5, When i browse Server IP a white page load that Apache is functioning normally .
How can change this that when i browse IP see my website.com?
I don't want use IP/~Username method.

Amirreza
  • 61
  • 3
  • 8

2 Answers2

0

For this you will have to assign dedicated IP for your website, so that you can access your site directly using IP

24x7servermanagement
  • 2,520
  • 1
  • 13
  • 11
  • 1
    Yes, i have 2 Dedicated IPs for website, but IP Address Load Apache is functioning normally Page. – Amirreza Dec 04 '15 at 09:24
0

Check this folder: /var/www/html

There's your index.html file containing "Apache is functioning normally".

Also you can create sub-folders here and access them via: http://ip/subFolderName

Guy
  • 1,254
  • 17
  • 16