Talk:Main Page: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== index.html redirect == | == index.html redirect == | ||
Line 8: | Line 6: | ||
*<head> | *<head> | ||
*<title>EDM/2</title> | *<title>EDM/2</title> | ||
*<meta http-equiv="refresh" content="0;URL=http://www.edm2.com/"> | *<meta http-equiv="refresh" content="0;URL=http://www.edm2.com/index.php/Main_Page"> | ||
*</head> | *</head> | ||
*<body> | |||
* | |||
*<a href="http://www.edm2.com/index.php/Main_Page"> | |||
*EDM/2 | |||
*</a> | |||
* | |||
*</body> | |||
*</html> | *</html> | ||
Google requires that! | Google requires that! |
Revision as of 15:17, 3 November 2005
index.html redirect
Somebody plz create "index.html" on the server with safe HTML redirect:
- <html>
- <head>
- <title>EDM/2</title>
- <meta http-equiv="refresh" content="0;URL=http://www.edm2.com/index.php/Main_Page">
- </head>
- <body>
- <a href="http://www.edm2.com/index.php/Main_Page">
- EDM/2
- </a>
- </body>
- </html>
Google requires that!