Difference between revisions of "I see Apache test on Start page"

From Kolmisoft Wiki
Jump to navigationJump to search
 
Line 11: Line 11:
with following content:
with following content:


  <nowiki><html>
<nowiki><html></nowiki>
  <head>
  <head>
  <title>MOR</title>
  <title>MOR</title>
Line 18: Line 18:
  <meta HTTP-EQUIV="REFRESH" content="0; url=http://'''127.0.0.1'''/billing">
  <meta HTTP-EQUIV="REFRESH" content="0; url=http://'''127.0.0.1'''/billing">
  </body>
  </body>
  </html></nowiki>
  </html>


NOTE: '''127.0.0.1''' should be changed to your server IP.
NOTE: '''127.0.0.1''' should be changed to your server IP.

Latest revision as of 12:19, 24 August 2015

First solution:

Use http://<your server IP>/billing instead of http://<your server IP>/.

Second solution:

If you want to see MOR billing on Start page, please create file

/var/www/html/index.html

with following content:

<html>
<head>
<title>MOR</title>
</head>
<body>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://127.0.0.1/billing">
</body>
</html>

NOTE: 127.0.0.1 should be changed to your server IP.