main apache page

congkai

Verified User
Joined
Dec 12, 2005
Messages
142
Location
Singapore
going to here http://202.73.56.231/

you can see apache main page shows "Apache is functioning normally" i want to make a forward to another page, can someone tell me where can i go to change this page? thanks
 
You cannot do it from DirectAdmin.

You can put your own custom pages in /var/www/html
 
One way of doing it is to replace the existing index.html file in /var/www/html and place the following in it:

Code:
<html>
<meta http-equiv="refresh" content= "0;url=http://www.domain.com">
</html>

Replace www.domain.com in the above code with the URL that you want to redirect to. HTH. :)
 
Back
Top