Automatic Web Page Redirection from Wordpress.com blog
I have a wordpress.com blog. I need to automatically redirect users to another webpage.
The meta tag method cannot be used as i don't have access to the head section.
The javascript location.replace also doesn't work as I cannot place javascript on my page.
Please suggest a solution.
Thank you
Status:
Open Feb 06, 2008 - 10:15 PM
html, JavaScript, web development
3answers
Answers
Feb 19, 2008 - 07:14 PM
Im not sure if its possible as afaik there are two ways
1. HTML - MetaRefesh in head
2. JavaScript
both of which you cannot use
Only suggestion I can make is make a URL pointing to your new site, and perhaps text in large letters to indicate - THIS PAGE HAS MOVED etc etc etc
There is also 301 redirection (telling search engines) but you would need to create a .htaccess file and I doubt very much you have permissions to do that as well.
Feb 23, 2008 - 07:54 PM
"THIS PAGE HAD MOVED" idea I have already done.
I don't think I can ever put .htaccess also.
Anyways, thanks for the help.
Feb 25, 2008 - 11:42 AM
Im afraid your a little stuck, sorry, as far as I know, these are the only alternatives
Answer this question
Share Your Own Experience & Expertise
We look to ensure that every question is answered by the best people with relevant expertise and experience, the best answers include multiple perspectives. Do you have relevant expertise or experience to contribute your answer to any of these commonly asked questions?
Add New Comment