| Author |
Message |
royce

omnipotent being
Joined: Sun Jun 11, 2006 11:30 pm Posts: 17216 Location: Pluto
|
 Posted: Thu Feb 02, 2012 1:06 pm |
|
When I come here at work, I start typing auszookers into the browser and scroll down and hit enter on www.auszookers.comThis now opens on a different page and I have to click another link to get to the forum. This sucks cause I have to do more or remember to scroll further down to teh correct link and if it went direct to the forum I would spend more time here I think it should be fixed. Kthxbi
|
|
|
|
 |
steve

I live here!
Joined: Sun Jun 11, 2006 11:30 pm Posts: 7681 Location: Brisbane
Vehicle: 75 Cruiser
|
 Posted: Thu Feb 02, 2012 1:18 pm |
|
|
google html redirect code, and insert it in to the index.htm page.
|
|
|
|
 |
royce

omnipotent being
Joined: Sun Jun 11, 2006 11:30 pm Posts: 17216 Location: Pluto
|
 Posted: Thu Feb 02, 2012 1:24 pm |
|
I cant do that at work, and at home its fine cause I have a favourite to click  All this change, its bad for the environment!
|
|
|
|
 |
royce

omnipotent being
Joined: Sun Jun 11, 2006 11:30 pm Posts: 17216 Location: Pluto
|
 Posted: Thu Feb 02, 2012 1:27 pm |
|
|
so I need
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.auszookers.com/forum">
?
|
|
|
|
 |
steve

I live here!
Joined: Sun Jun 11, 2006 11:30 pm Posts: 7681 Location: Brisbane
Vehicle: 75 Cruiser
|
 Posted: Thu Feb 02, 2012 1:53 pm |
|
yeah we should be getting all the people that want something to make their browsing easier to help out around here. here's the html code for the page... if someone puts in what we need i'll copy it over. Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>auszookers.com</title> <style type="text/css"> <!-- .style1 {font-family: Arial, Helvetica, sans-serif} --> </style> </head> <body> <p class="style1"> </p> <p class="style1"> </p> <p class="style1"> </p> <p align="center" class="style1">Enter the new forum......</p> <p align="center" class="style1"> <a href="http://auszookers.com/forum" target="_self">http://auszookers.com/forum</a></p> <p align="center" class="style1"><a href="http://auszookers.com/forum" target="_self"><img src="az_logo.jpg" width="400" height="196" border="0"></a></p> </body> </html>
|
|
|
|
 |
royce

omnipotent being
Joined: Sun Jun 11, 2006 11:30 pm Posts: 17216 Location: Pluto
|
 Posted: Thu Feb 02, 2012 2:13 pm |
|
so Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.auszookers.com/forum"> </head> <</html>
I have nfi 
|
|
|
|
 |
Ben_Sierra

az supporter
Joined: Wed Sep 30, 2009 11:30 pm Posts: 4472 Location: Perth
|
 Posted: Thu Feb 02, 2012 2:14 pm |
|
steve wrote: yeah we should be getting all the people that want something to make their browsing easier to help out around here. here's the html code for the page... if someone puts in what we need i'll copy it over. Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.auszookers.com/forum"> <title>auszookers.com</title> <style type="text/css"> <!-- .style1 {font-family: Arial, Helvetica, sans-serif} --> </style> </head> <body> <p class="style1"> </p> <p class="style1"> </p> <p class="style1"> </p> <p align="center" class="style1">Enter the new forum......</p> <p align="center" class="style1"> <a href="http://auszookers.com/forum" target="_self">http://auszookers.com/forum</a></p> <p align="center" class="style1"><a href="http://auszookers.com/forum" target="_self"><img src="az_logo.jpg" width="400" height="196" border="0"></a></p> </body> </html>
Try that.
_________________ I want my old sig back 
|
|
|
|
 |
Ben_Sierra

az supporter
Joined: Wed Sep 30, 2009 11:30 pm Posts: 4472 Location: Perth
|
 Posted: Thu Feb 02, 2012 2:16 pm |
|
|
^The code I posted still has the links etc in it - just in case the redirect doesn't work and people end up stuck on that page still. If the redirect works, I'll fix it up so that it just redirects straight in, with no content on the index page.
_________________ I want my old sig back 
|
|
|
|
 |
steve

I live here!
Joined: Sun Jun 11, 2006 11:30 pm Posts: 7681 Location: Brisbane
Vehicle: 75 Cruiser
|
 Posted: Thu Feb 02, 2012 2:51 pm |
|
works! i reckon just leave it like that for a while so people can still click the link, otherwise i'll get emails saying it doesn't work and they can't get on the site  cheers Royce and Ben.. gees eh, AZ has all the answers 
|
|
|
|
 |
stockman

az supporter
Joined: Thu Nov 05, 2009 10:30 pm Posts: 5319 Location: Canberra
Vehicle: 4wd
|
 Posted: Thu Feb 02, 2012 2:57 pm |
|
|
|
 |
steve

I live here!
Joined: Sun Jun 11, 2006 11:30 pm Posts: 7681 Location: Brisbane
Vehicle: 75 Cruiser
|
 Posted: Thu Feb 02, 2012 3:03 pm |
|
|
clear browsing history. We need that index.php page there for now.
|
|
|
|
 |
royce

omnipotent being
Joined: Sun Jun 11, 2006 11:30 pm Posts: 17216 Location: Pluto
|
 Posted: Thu Feb 02, 2012 3:32 pm |
|
|
|
 |
royce

omnipotent being
Joined: Sun Jun 11, 2006 11:30 pm Posts: 17216 Location: Pluto
|
 Posted: Thu Feb 02, 2012 3:34 pm |
|
and I went in and it worked but I clicked it anyway and then realised it was already changing, had to close it and try again 
|
|
|
|
 |
|