Default Web Site Page

Status
Not open for further replies.

runeci21

New Member
Messages
9
Reaction score
0
Points
0
When I go to my website (www.runecinema.com) I get this:

If you feel you have reached this page in error, please contact the web site owner:webmaster@runecinema.com
It may be possible to restore access to this site by following these instructions for clearing your dns cache.

If you are the web site owner, it is possible you have reached this page because:

  • The IP address has changed.
  • There has been a server misconfiguration.
  • The site may have been moved to a different server.

If you are the owner of this website and were not expecting to see this page, please contact your hosting provider.

How do I fix this?
 

runeci21

New Member
Messages
9
Reaction score
0
Points
0
You need to upload some files :)

http://x10hosting.com/wiki/How_to_Upload_Files_to_Your_Website

We recommend using FTP as it is more versatile, but are unable to provide any recommendations; you can use Windows Explorer or alternatively refer to a page such as http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software for examples of clients.

No I have files uploaded already. My site works with www.runecinema.x10.mx but when I type my domain www.runecinema.com it goes to that. I have my domain name parked, I've flushed my DNS and cleared my cache already. Did I do something wrong parking it?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Please post the contents of your .htaccess file. You have a bunch of redirects that is messing up.
 

SierraAR

Community Advocate
Community Support
Messages
827
Reaction score
17
Points
18
Hello,

It appears you forgot to delete the default index.html file from your public_html directory. I've renamed said file to default_index.html for you, and now your domain is displaying an index of / directory.

This index of / page appears because you don't have an actual website set up in your public_html directory, but instead you appear to have set up your websites in subdirectories. I would recommend setting up an index.php file in your public_html directory that sets a header toward one of your subdirectories.
 

jensen

Active Member
Messages
1,168
Reaction score
22
Points
38
You can use page redirection function found in your CPanel.
Or write a script.

I can see all your folders like - boycott and thanks and so on...
Just like the others said, create an index.html file at least.
Maybe put a link to your actual site so that when they go the front page, they will see a link to click to go to the subdirectory you want them to see. - http://runecinema.x10.mx/boycott/

Let me see if there's time to write you a simple index.html file
 

jensen

Active Member
Messages
1,168
Reaction score
22
Points
38
Go to CPanel and create a new file "index.html"

Then copy and paste the following:

<html>
<head>
<title>Rune Cinema</title>
</head>

<body>

<a href="http://runecinema.x10.mx/boycott/"><img src="http://runecinema.x10.mx/boycott/template/KP-Moment/images/header2.jpg"></a><br /><br />
Click on the image above to enter the site<br />
OR go to <a href="http://runecinema.x10.mx/boycott/">http://runecinema.x10.mx/boycott/</a>


</body>
</html>
 
Last edited:

runeci21

New Member
Messages
9
Reaction score
0
Points
0
Okay I did that. But what I want is instead of having .x10.mx as my domain I want it to be .com. I purchased runecinema.com already.
 

mraz

New Member
Messages
95
Reaction score
3
Points
0
Okay I did that. But what I want is instead of having .x10.mx as my domain I want it to be .com. I purchased runecinema.com already.

with the above code.

replace all instance of runecinema.x10.mx with runecinema.com


Edit: you need to update both your forum script and your blog script to change the main URL as runecinema.com
Reason: your links are still going to your runecinema.x10.mx instead of your domain

login to the admin panel for both your blog and forum to make this change and all the links will be updated to your domain instead.
 
Last edited:
Status
Not open for further replies.
Top