22/12/2007, 02:47
|
| | Fecha de Ingreso: agosto-2007 Ubicación: sevila
Mensajes: 107
Antigüedad: 17 años, 5 meses Puntos: 0 | |
Re: Cambio de URL y Titulos y Duplicacion En mi hosting Godaddy, me comentan que para redireccionar paginas htlm en un entorno windows, habria que usar un ASp code, como el siguiente
ASP Code - save this as oldpagename.asp
<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently" Response.AddHeader "Location", " http://www.new-url.com"
>
Que opinais. Transcribo la solucion de godaddy, abajo
Thank you for contacting Online Support. Please note that if you have an HTML page, you can use any of the scripting methods appropriate to your hosting plan to redirect to an HTML page. .ASP is used on Windows plans and .PHP is used for Linux plans. If you wish to create the actual redirect using HTML, unfortunately we do not have an example for that type of coding and you may wish to perform a search on a search engine for assistance with that particular script. |