alexs
10-22-03, 03:55 PM
dunno if this is a known issue or not (couldn't find anything on it) and dunno if it's related to the new release or not. if i type in a url that should generate a 404 from bikeforums (ie http://www.bikeforums.net/blahblakljdsfoihwe/) i get a page that does an endless refresh. the issue is with the HTML in the refresh 404 catch:
<META http-equiv="refresh" content="1";URL=http://www.bikeforums.net/index.php">
there's an extra quote in there after the 1... it should be:
<META http-equiv="refresh" content="1; URL=http://www.bikeforums.net/index.php">
cheers,
alex
<META http-equiv="refresh" content="1";URL=http://www.bikeforums.net/index.php">
there's an extra quote in there after the 1... it should be:
<META http-equiv="refresh" content="1; URL=http://www.bikeforums.net/index.php">
cheers,
alex