/admin wont let me in

Status
Not open for further replies.

marcos1975

New Member
Messages
37
Reaction score
0
Points
0
quote""
The page you requested is not available, please try again in a few minutes. Alternatively you can use the form below to find what you are looking for.

how do i edit my site if /admin does work

and how do you get the newly created web site using x10s reptile to come up instead of the index when you first go to www.ma24.co.cc
all help greatly welcome
tnx marcos
 

marcos1975

New Member
Messages
37
Reaction score
0
Points
0
hi
yes i am in to site builder now
thx for that

just wondering how you get you web site page to come up insted of index of/
cheers marcos :dunno:
 

gomarc

Member
Messages
516
Reaction score
18
Points
18
just wondering how you get you web site page to come up insted of index of/
cheers marcos :dunno:

Your public_html folder is missing an index.html or index.php file, so that’s why it’s showing the “Index of...” when you go there.

One way of fixing this is to upload your website at the public_html level (instead of the directory /1).

You can also redirect to your main page with this index.html page placed at your public_html directory:

HTML:
<html>
<head>

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

</head>
<body>
</body>
</html>
This will redirect your visitors
From: www.ma24.co.cc
To: www.ma24.co.cc/1/
 
Status
Not open for further replies.
Top