Viewing Is it possible to redirect multiple iWeb pages to one EverWeb page?
Is it possible to redirect multiple iWeb pages to one EverWeb page?
|
User: Caroline Z. 11 years ago
|
|
| I have several old iWeb pages that I would like to redirect to a single EverWeb page. Is it possible to enter more than one URL in the Redirects window of the Inspector? | |
|
User: Jeremy-RAGESW 11 years ago
|
|
|
You can only enter one URL in the redirects box to be redirected to that page. It would make the most sense to create other pages on your EverWeb site to redirect the old iWeb URLs to. Edit: Alternatively, you can setup these other redirects in your client account by logging in and going to Services > My Services, then click on View Details, followed by the Page Redirects module. From there you can set up these redirects. Last edit 11 years ago |
|
|
User: Roddy 11 years ago
|
|
|
The easiest way is to put the redirect in your iWeb pages. A redirect can be done with a meta tag if you have access to the code - post publishing - which is a bit of a pain to do. The alternative is to use javascript. Paste the code into an HTML snippet on the iWeb page(s) and publish. <script type="text/javascript"> parent.location.replace('http://your-domain-name/page-name.html'); </script> Replace this… http://your-domain-name/page-name.html … with the URL to the new EverWeb page. ------------------------------- Roddy Website: http://everwebwidgets.com Contact: http://everwebwidgets.com/ewWidgets-home/contact.html NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own. |
|
|
User: Roddy 11 years ago
|
|
I just noticed the forum is up to its usual trick of breaking up the word javascript. I'll try in a code box…<script type="text/javascript">OK that doesn't work either so take out the space between java and script! I'll email you with the code just to be on the safe side. Last edit 11 years ago ------------------------------- Roddy Website: http://everwebwidgets.com Contact: http://everwebwidgets.com/ewWidgets-home/contact.html NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own. |
|
| Post Reply |
| You must login or signup to post. |
