View Full Version : New User - Can't Post Site from Easy Builder
MichaelDC
11-25-04, 12:15 PM
I have looked for some basic easy to understand instructions on how to get my site online but have yet to find any. Powweb shows everything is registed and acive by when you go to the site I have built with the easy site builder tool...all that shows up is the under construction page from Powweb. Is port # 21 the correct one to use when publishing the site? That's what showed up by default. Sorry to be so basic here but I am very much a newby to website development and all.
HAPPY TURKEY DAY!
Use webftp.powweb.com and go check to make sure that you don't have 2 different index pages. The main index page must be named index (with no capitals), and if there are 2 different index pages it may be loading the wrong one.
alphadesk
11-25-04, 12:19 PM
Your "homepage" the one that will show first ...
Needs to be named index.htm or index.html or index.php
Login with http://webftp.powweb.com/ and rename/delete the default powweb page.
MichaelDC
11-25-04, 12:27 PM
Went and looked and there is only one index.html....at the bottom of the list
alphadesk
11-25-04, 12:40 PM
Rename that one to indexold.html and rename the page you want to show when you type your domain name in the address browser to index.html
MichaelDC
11-25-04, 12:58 PM
Did the rename--no change, still won't load - went back in and changed to what it was before. I thought this "easy" site builder was suppose to be easy!
alphadesk
11-25-04, 01:00 PM
What's your domain name?
MichaelDC
11-25-04, 01:04 PM
i just tried it from Netscape and it opens.....will not open from within AOL...
www.michaelcrappsphotography.com
any ideas?
MichaelDC
11-25-04, 01:13 PM
I went in to my aol settings and reset to allow java...works fine now !!!
alphadesk
11-25-04, 01:15 PM
Your whole site is written with javascript calling everything. Your aol browser may not be able to handle it or you don't have javascript enabled in aol. I can see your pages in IE, aol and netscape.
Not a real good idea as anyone that has javascript disabled will not be able to see your pages.
<html><head><META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<title>Untitled</title>
<meta name="description" content="">
<meta name="keywords" content="Untitled"></head>
<script>
document.write('<script src="js/subnavig.js"></');
document.write('script>');
document.write('<script src="js/gen_subnavig.js"></');
document.write('script>');
document.write('<script src="js/title.js"></');
document.write('script>');
document.write('<script src="js/ba.js"></');
document.write('script>');
document.write('<script src="js/email.js"></');
document.write('script>');
document.write('<script src="js/homefun.js"></');
document.write('script>');
document.write('<script src="js/flashfun.js"></');
document.write('script>');
document.write('<script src="js/navig.js"></');
document.write('script>');
document.write('<script src="js/mi.js"></');
document.write('script>');
document.write('<script src="js/header.js"></');
document.write('script>');
document.write('<script src="js/mt.js"></');
document.write('script>');
document.write('<script src="js/st.js"></');
document.write('script>');
document.write('<script src="js/ng.js"></');
document.write('script>');
document.write('<script src="js/home.js"></');
document.write('script>');
document.write('<script src="js/flash.js"></');
document.write('script>');
document.write('<script src="js/main.js"></');
document.write('script>');
</script>
<script>
fontface();
font_size();
</script>
<a href="" style="color:000000" onClick="return emailhref()">
<script>
email();
</script>
</a></font>
<script>
document.write('<script src="js/base1.js"></');
document.write('script>');
</script>
<script>
document.write('<script src="js/banner.js"></');
document.write('script>');
document.write('<script src="js/footer.js"></');
document.write('script>');
document.write('<script src="js/dfooter.js"></');
document.write('script>');
</script>
<script>
document.write('<script src="js/fun_call.js"></');
document.write('script>');
</script>
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.