Jomola

gaijinto

New Member
Messages
7
Reaction score
0
Points
0
Does anyone know of any good free tutorials for jomola for creating websites.
 

gomarc

Member
Messages
516
Reaction score
18
Points
18
In your public_html folder, create this index.html:

HTML:
<html>
<head>

<meta http-equiv="Refresh"
content="0;url=http://www.gaijintown.co.cc/gaijin">

</head>
<body>
</body>
</html>

You can read more about redirect on this post.
 

JuniorD

New Member
Messages
564
Reaction score
0
Points
0
In your public_html folder, create this index.html:

HTML:
<html>
<head>

<meta http-equiv="Refresh"
content="0;url=http://www.gaijintown.co.cc/gaijin">

</head>
<body>
</body>
</html>
You can read more about redirect on this post.

Darn you beat me to it. Oh well.
 
Top