Topic: No Login/Register - 404 Not Found?
My forum was working fine yesterday but after spending the morning editing main.tpl it is no longer working when I try to login or register a new user.
It is saying the document was not found on the web server.
http://www.pitseleh.co.uk/index.php
Any ideas? Thanks
Will
Edit: Heres the code from my main.tpl incase it is needed?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir="<pun_content_direction>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
<pun_head>
<link rel="stylesheet" type="text/css" href="../../images/boardstyle.css" />
</head>
<body>
<div id="bg">
<div id="sadrzaj">
<div id="zaglavlje">
<div id="title">
<a href="#">Wallpapers </a><span class="blue">Direct .co .uk</span>
</div>
<form action="search" />
Search our shop: <input name="query" type="text" size="15" />
<input type="submit" value="Go" name="search" class="button" />
</div>
<div id="navigacija">
<ul>
<li><a href="http://www.pitseleh.co.uk/index_rod.php">home</a></li>
<li><a href="http://www.pitseleh.co.uk/about_rod.php">about us</a></li>
<li><a href="http://www.pitseleh.co.uk/shop/">shop</a></li>
<li><a href="index.php">ask a question</a></li>
<li><a href="contact.php">contact</a></li>
</ul>
<div class="lijevo">
</div>
</div>
<div id="pic">
<h2>Wallpapers Direct .co .uk Brands</h2>
<p>Wallpapers Direct .co .uk offer the largest selection of wallpaper, wallcovering & borders online. The brands we offer include: <a href="#">Anaglypta</a>, <a href="#">Graham & Brown</a>, <a href="#">Laurence Llewelyn-Bowen</a>, <a href="#">Linda Barker</a>, <a href="#">Galerie</a> and many more.</p>
</div>
<div class="lijeva_rubrika">
<div id="punwrap">
<div id="pun<pun_page>" class="pun">
<div id="brdheader" class="block">
<div class="box">
<pun_navlinks>
<pun_status>
</div>
</div>
<pun_announcement>
<pun_main>
<pun_footer>
</div>
</div>
</div>
<div id="footer">
Copyright © 2006 <a href="#">Wallpapers Direct .co .uk</a> > >
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.0 Strict!</a> |
<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a><br />
For all of your Wallpaper, wallcovering, border, superfresco, embossed, DIY, pattern, interior, home improvement, decorating & wall covering needs!<img src="spacer.gif" width="5" height="5" border="0"/></div>
</div>
</body>
</html>