hmmm it'd be better to just install it in the base directory so rather than /blog just have it in the /
I am experimenting a bit with wordpress and looking to redirect the home page(index.html) of a site as below.
Is this the correct way to do it or is it frowned upon by the SE's ?HTML Code:<html> <body> <script type="text/javascript"> <!-- window.location = "/blog/index.php" //--> </script> </body> </html>
Thanks
Anjitha
hmmm it'd be better to just install it in the base directory so rather than /blog just have it in the /
Dan Morley
alpharooms.com
daniel at alpharooms dot com - Hotels, Flights, Airport Transfers, Care Hire + More! sign up
My Blog | Cheap Holidays
Thanks Dan..will change it..
Regards
Anjitha
Personally I don't use scripts. The HTML version I would use is ..
<head>
<meta http-equiv="refresh" content="0; url=http:yourdomain.com" />
</head>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks