March 15, 200917 yr hi guys ive just finished my first ever page and was wondering what you think www.jasonrichings.co.uk im new to web design and nearing the end of my home learning college course in adobe dreamweaver sc4. im trying to link my other pages on the site but when i click on the link i get this : Not Found The requested URL /public_html/index.html/aboutme.html was not found on this server. Apache/2 Server at www.jasonrichings.co.uk Port 80 am i doing something wroong?do you no what it could be ? cheers jase
March 15, 200917 yr Hi there In your html <li><strong><a href="/index.html/home.html">Home</a></strong></li> <li><strong><a href="/public_html/index.html/aboutme.html">About Me</a></strong></li> <li><strong><a href="/index.html/portfolio.html">Portfolio</a></strong></li> try <li><strong><a href="index.html">Home</a></strong></li> <li><strong><a href="aboutme.html">About Me</a></strong></li> <li><strong><a href="portfolio.html">Portfolio</a></strong></li> Pat
March 15, 200917 yr It's because your linking to the wrong place, you need to link to about.html not /public_html/index.html/aboutme.html Edit: beaten to the crunch, and better explanation above
March 15, 200917 yr Author hi ya fellas i did what pat said and i got this responce after i clicked the link Started: 15/03/2009 23:16 Connected to Jason Richings Web Design. index.html\aboutme.htm - error occurred - An FTP error occurred - cannot put aboutme.htm. Access denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured. File activity incomplete. 1 file(s) or folder(s) were not completed. Files with errors: 1 index.html\aboutme.htm Finished: 15/03/2009 23:16 what have i done wrong now lol jase
March 15, 200917 yr hi ya fellas i did what pat said and i got this responce after i clicked the link Started: 15/03/2009 23:16 Connected to Jason Richings Web Design. index.html\aboutme.htm - error occurred - An FTP error occurred - cannot put aboutme.htm. Access denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured. File activity incomplete. 1 file(s) or folder(s) were not completed. Files with errors: 1 index.html\aboutme.htm Finished: 15/03/2009 23:16 what have i done wrong now lol jase You page files should be in the same folder as your index.html, what does your index html code look like, and what generated that error?
March 16, 200917 yr Author this is the code for index.html <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Jason Richings Web Design</title> <link href="styles.css" rel="stylesheet" type="text/css" /> <link href="jrwd-styles.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- a:link { color: #633; } a:visited { color: #636; } --> </style></head> <body> <div id="container"> <div id="header"><img src="jrwd-header-1.png" width="780" height="151" alt="Jason Richings Header" /></div> <table border="0" align="center" cellpadding="0" cellspacing="0"> </table> <h1> </h1> <ul> <div id="nav"> <div id="sidebar"> <li><strong><a href="/index.html/home.html">Home</a></strong></li> <li><strong><a href="aboutme.html">About Me</a></strong></li> <li><strong><a href="/index.html/portfolio.html">Portfolio</a></strong></li> </div> </div> </ul> <div id="content"> <div id="mainContent"> <h1> Welcome to Jason Richings Web Design</h1> <p>This is the site of Jason Alan Richings,I am 23 year old and have been studying web design for 3 months now and im really enjoying what i have learnt so far.</p> <p>Over the next few months there will be more projects available for you to see in my portfolio once i become more proficient as a web designer.<br /> </p> </div> </div> <br class="clearfloat"></div> <blockquote> </blockquote> <p id="footer">Email:jarichings@googlemail.com</p> <p> </p> <p> </p> </div> </body> </html> i followed pats instructions and got that responce
March 16, 200917 yr About Me Well where to start,im 23 years old an im based in the heart of the cotwolds,i currently live and work for my fiances parents family run restuant located at the painswick valley near stroud. http://www.jasonrichings.co.uk/aboutme.html That's all I can get
March 16, 200917 yr <li><strong><a href="/index.html/home.html">Home</a></strong></li> <li><strong><a href="aboutme.html">About Me</a></strong></li> <li><strong><a href="/index.html/portfolio.html">Portfolio</a></strong></li> Needs to be <li><strong><a href="home.html">Home</a></strong></li> <li><strong><a href="aboutme.html">About Me</a></strong></li> <li><strong><a href="portfolio.html">Portfolio</a></strong></li>
March 16, 200917 yr Nah, he gets away with it because of the first line in his post hi guys ive just finished my first ever page and was wondering what you think www.jasonrichings.co.uk
Create an account or sign in to comment