Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   General Business Knowledge (http://www.greenguysboard.com/board/forumdisplay.php?f=10)
-   -   Newsletter html tip (http://www.greenguysboard.com/board/showthread.php?t=13627)

digifan 2004-11-23 10:41 AM

Newsletter html tip
 
Hmm.. not sure what happened but when I clicked the HTML link, my web based email told me the link was not found on the server and forced me to relogin..

|jester|

amadman 2004-11-23 10:55 AM

Mine shows it for an instant then disappears. |twinkle

digifan 2004-11-23 11:11 AM

Thanks.. I checked the source code too but in vain.

|couch|

Jim 2004-11-23 11:19 AM

That html should not be a link.

Sorry

Cleo 2004-11-23 11:23 AM

An other way to have the old location point to the new location is to use symbolic links.

Telnet into your server and type:
ln -s /path/to/real/file /path/to/alias

This is how I usually do it. :)

Cleo 2004-11-23 11:26 AM

1 Attachment(s)
Yeah somehow Mail thinks it is a link.

I'm guessing sender error. :D

T Pat 2004-11-23 11:52 AM

Great Tip Jim
I discovered yesterday that I'm pissing away about 35 search engine hits a day

Finding out the correct way to redirect was on my todo list today

Could you please give me the second and third line of code |waves|

I don't know anything about telneting|sad|

digifan 2004-11-23 07:09 PM

I could use all links :)

T Pat 2004-11-23 07:20 PM

I just checked the news letter archive hopeing the complete tip was there

Come on Jim don't be a tease at least give us a link to an example that's using the meta tags|waves|

Cleo 2004-11-23 07:26 PM

Put this between the opening and closing head tags.



content="0 will give you no delay. You can change this number to anything you like.

Jim 2004-11-23 07:31 PM

Just click on Newsletter above and don't use Cleos :)

T Pat 2004-11-23 09:13 PM

|shake| thanx Jim
figured I better show you how I got the tip useing Mozzila Thunderbird (so you don't think I'm brain dead)

Renaming a Page
There are many reasons why a page may need to be moved or renamed, but just moving the file is not the end of the matter.

Any relatively busy site will have been indexed by search engines and it will take them a long time, perhaps several months before they will notice the page change. In the meantime users following a search link may hit the dreaded 'page not found' error and curse the web master.

The simplest way to phase out the page is to replace the original page with one that redirects it to the new one.

To achieve this requires just a few lines of HTML in the page using the META tags within the HEAD page section. These cause the page to auto-refresh after a short time to the new address for the page. You can use this approach for the main index page of a web site as well.


The first line tells the browser to refresh after one second to the page ./newname.html. The second line discourages robots from adding the redirection page to the index.

Have a Great Day!

T Pat 2004-11-23 09:15 PM

|roses| thanx Cleo


All times are GMT -4. The time now is 08:56 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc