Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: DOKX on December 13, 2006, 03:00:17 AM
-
Hi, I'm currently useing SME Server 7.1alpha1
i have to say this is an awsome server, I'm running into some confusing issues with accessing my webpage from outside my network, It is www.dokx.ath.cx when i try this from another computer on the internet,say work the page doesnt load or cannot be displayed, I've checked the forum and was unable to find a solution or confirmation on if i have the correct settinds and am looking for some help. I am using the primary ibay for my website, I've set www.dokx.ath.cx to the ip address to my server in hostnames and addressess, domain dns server is set to resolve locally,
I'm not to sure what alse i need to do to view the website other than from my own computer, Any help would be great, Thanks DOKX
-
Need more information.
How are you connected to the internet? DSL or cable modem?
Is there a router between you and your internet device?
Are you using server or server/gateway configuration?
Do you have a static or dynamic IP?
Bob
-
1= DSL
2=No Router
3=server/gateway
4=the ip doesnt change so if i read it right static
Thank you for the quick reply, DOKX
-
Have you set www.dokx.ath.cx to your IP with your registrar?
-
I just checked your domain name at www.dnsstuff.com. and it gives me an IP of 208.38.67.251. If I try to brows to that IP, I see a folder called jinzora2. Is that what you have there? If so, you have no index.html file there, and will need one to redirect to the jinzora2 folder.
-
I'm using DynDns for now, free account , if you like i can post the ip for the site. ok i just read your post, I got to say you guys are great youre response is a fast as the server. Ok now i have the html file on hand how would i go about editing that or can you direct me in the right direction on how to point it to jinzora2
Thank you DOKX
-
Is it the same as I found?
There is normally no need to change the host or dns settings setting on your server.
I would also suggest upgrading to SME 7.0 final when you get this worked out.
-
Yes its the ip address and its the folder jinzora2, Should i reinstall the html file back to its location? Thank you DOKX
-
If i drop the www and try just dokx.ath.cx, It takes me to the same location as using the ip.
-
You will need to create a small html file that will get you to the jinzora2 folder. Do a little searching on the web for a redriction script.
Did you enable wldcards for your domain name at dyndns? If you do, that may allow you to use the www.
Bob
-
I didnt check on the wildcrds, However i must have gotten the settings right tonight when i got home from work if you can get to the ip ok, I will look for rederection scripts to get the rest, i'll keep this thread informed as to what i find out, Thank you DOKX
-
Try this
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="refresh" content="0;URL=jinzora2/" />
<title></title>
</head>
</html>
use this code to create a file called index.html
It should take care of the redirection.
good luck
Bob
ps. this file has to go in the html folder
-
Thank you again i have done what you have shown me and it works fine, Could you test it on your end and see if it still works, Thank you DOKX
-
It works fine. The only thing that does not work at this time is the domaain with the www in front of it.
Bob
-
Thank you again, One final question, where could i go and get a paid for regitered domain, Thank you DOKX
-
There are a number of good inexpencive services out there. I use domainsmadeeasy.com. For a "com" domain they are about $9.00 USD per year.
Bob
-
For the record.... If you want to avoid using html redirection scripts try using files only (without jinzora folder). Don't know if you have a specific reason to keep it in your folder but just so you know. :)
-
Thank you again CrazyBob.
The problem i ran into with jinzora was that when i unpacked all the files to just the html folder jinzora was telling me that it wasnt seeing some of the templates and after uninstalling and reinstalling jinzora a half dozen times the only way to get it to install correctly was to upload the whole jinzora file irself then jinzora would install and run, Thank you DOKX