Pagina 3 di 5 primaprima 1 2 3 4 5 ultimoultimo
Visualizzazione dei risultati da 21 a 30 su 47

Discussione: Sostituzione SITO

  1. #21
    non riesco a scrivere il messaggio che vorrei scriverti.

  2. #22
    Amministratore L'avatar di Vincent.Zeno
    Registrato dal
    May 2003
    residenza
    Emilia-Romagna (tortellini und cappelletti land!)
    Messaggi
    20,657
    scrivo a rate e poi modifico il post...
    deve ammettere che non ricordo bene se il file web-config venga creato o modificato all'attivazione del redirect https

    nei miei domini il file lo setto io e non uso l'impostazione da pannello di controllo, prova così:

    codice:
    <?xml version="1.0" encoding="UTF-8"?>
        <configuration>
            <location path="document.asp">
                <system.webServer>
                    <httpRedirect enabled="true" destination="nuovodoc.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
        </configuration>
    per ogni documento da reindirizzare dovrai ripetere l'intera istanza location

    è stata dura (maledetto FW ) ma ce l'ho fatta

  3. #23
    In sostanza location path devo indicare la vecchia pagina in html del vecchio sito... mentre in destination devo mettere la nuova pagina in asp del nuovo sito? Corretto?
    così per tutte le maledettissime pagine del mio vecchio sito ?

    Se volessi nascondere estensione asp della url?

  4. #24
    Amministratore L'avatar di Vincent.Zeno
    Registrato dal
    May 2003
    residenza
    Emilia-Romagna (tortellini und cappelletti land!)
    Messaggi
    20,657
    -si, hai chiesto uno script apposta per recuperare tutti gli indirizzi e ora ti lamenti? sei tu che rinnovi dalle fondamenta il tuo lavoro; ora vanga e badile!

    -perché, ti vergogni?

  5. #25
    Non era una faccina di vergogna ma di rassegnazione.. forse non ho scelto quella giusta...
    lo script sinceramente non saprei come integrarlo...cosa devo fare?

    Inoltre.. se volessi nascondere estensione asp per ogni pagina?

  6. #26
    Amministratore L'avatar di Vincent.Zeno
    Registrato dal
    May 2003
    residenza
    Emilia-Romagna (tortellini und cappelletti land!)
    Messaggi
    20,657
    crea un file webPUNTOconfig e mettilo nella root
    mettici dentro quanto ho indicato, niente di più
    usa file di prova creati appositamente (solo per tutelarti da questioni di cache del browser)
    attenzione ai percorsi se devi raggiungere file in sottocartelle

    intendevo proprio sull'estensione: perché nasconderla? te ne vergogni?

  7. #27
    Ciao per capire se ho capito..
    dentro il file web config devo mettere tanti tag location qunte sono le pagine da reindirizzare.. corretto?
    Inoltre se per file dentro sottocartelle intendi foto.. si ho tutte le foto in sottocartelle..ma le pagine web sono tutte nella root.

    Ti chiedo anche la cortesia se puoi dare occhiata al post su html sui pulsanti di condivisione.. non ho trovato nulla che faccia al caso mio..

  8. #28
    Amministratore L'avatar di Vincent.Zeno
    Registrato dal
    May 2003
    residenza
    Emilia-Romagna (tortellini und cappelletti land!)
    Messaggi
    20,657
    -si

    -parlo solo delle pagine (sono loro ad essere interessate alla modifica con redirect 301, non i loro contenuti che comunque non ne avrebbero bisogno)

  9. #29
    -perché, ti vergogni?
    fattore estetico. che dici?

  10. #30
    Ciao Spero di aver fatto un buon lavoro, mi sono aiutato con excel per creare questo file web config... è corretto?:
    codice:
    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
     <location path="index.htm">
      <system.webServer>
       <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
            </system.webServer>
        </location>
     <location path="Maglie_in_vendita.htm">
      <system.webServer>
       <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
            </system.webServer>
        </location>
    <location path="eng/Maglie_in_venditaeng.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Maglie_Palermo.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="eng/aboutme.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="aboutme.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Maglie_eugeniocorini.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="corinicollection.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="memorabilia.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="memorabilia.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="memorabilia_album.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="memorabiliaalbum.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="parlanodime.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="aboutme.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="foto_stadio/archiviofoto/cerca2.asp">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/speciale_promozione_in_seriea.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="index2.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="eng/index2eng.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="mappadelsito.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="foto_palermo.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="public/journal/default.asp">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Links.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Contattami.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="iwnewsletter/mailinglist.asp">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="eng/Maglie_Palermoeng.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="eng/Maglie_eugeniocorinieng.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="corinicollection.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="eng/memorabiliaeng.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="memorabilia.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="eng/Contattamieng.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Maglie_Palermo_2000-2001.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="20002001.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Maglie_Palermo_2001-2002.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="20012002.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Maglie_Palermo_2002-2003.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="20022003.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Maglie_Palermo_2003-2004.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="20032004.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Maglie_Palermo_2004-2005.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="20042005.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Maglie_Palermo_2005-2006.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="20052006.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Maglie_Palermo_2006-2007.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="20062007.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Maglie_Palermo_2007-2008.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="20072008.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Maglie_Palermo_2008-2009.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="20082009.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Maglie_Palermo_2009-2010.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="20092010.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="Maglie_Palermo_2010-2011.htm">
     <system.webServer>
    <httpRedirect enabled="true" destination="20102011.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010002.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010004.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010005.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010006.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010008.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010009.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010010.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010014.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010015.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010016.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010017.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010018.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010011.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010012.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010013.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010019.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010020.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010021.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    <location path="speciale_serieA/slides/P1010023.html">
     <system.webServer>
    <httpRedirect enabled="true" destination="index.asp" httpResponseStatus="Permanent" />
                </system.webServer>
            </location>
    …….
    </configuration>
    

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.