Condividi:        

Ripristinare un sito spostato ad altro mantainer

Problemi di HTML? Di PHP, ASP, .NET, JSP, Perl, SQL, JavaScript, Visual Basic..?
Vuoi realizzare programmi in C, C++, Java, Ruby o Smalltalk, e non sai da che parte cominciare?
Entra qui e troverai le risposte!

Moderatori: Anthony47, Triumph Of Steel, archimede

Ripristinare un sito spostato ad altro mantainer

Postdi RunDLL » 26/02/10 13:02

Buongiorno a tutti e grazie per la lettura della mia richiesta: ho cambiato manteiner e dal vecchio mi sono fatto dare, visto che gestiva anche la grafica, i file del sito per poterli uploadare presso il nuovo mantainer.
I file non sono Html pertanto deduco che caricandoli il sito non funzionerebbe, pertanto chiedevo cosa dovrei fare per poter ripristinare il sito. Di seguito metto uno screen shot da cui si può visulaizzare l'albero dei file. Grazie ed un saluto.

Immagine
Avatar utente
RunDLL
Utente Senior
 
Post: 351
Iscritto il: 14/01/04 13:25

Sponsor
 

Re: Ripristinare un sito spostato ad altro mantainer

Postdi m.paolo » 27/02/10 14:47

Se funzionava sul vecchio server dovrebbe funzionare anche con il nuovo, hai già provato? La grafica potrebbe non funzionare se ad ogni riferimento d'immagine hai messo l'indirizzo per esteso: esempio, se avevi creato per vedere un'immagine <IMG src="www.nomeserver/img/immagine.jpg"> sul nuovo non vedrai nulla, mentre se avevi creato <IMG src="img/immagine.jpg"> funzionerà anche col nuovo.
m.paolo
Moderatore
 
Post: 4179
Iscritto il: 11/11/06 22:34

Re: Ripristinare un sito spostato ad altro mantainer

Postdi RunDLL » 27/02/10 20:39

Ciao e grazie per la rispota. Ho trasferito il dominio da un manteiner ad un altro (Aruba) quindi il dominio è rimasto lo stesso, deduco che la grafica dovrebbe funzionare anche nel caso della prima ipotesi sul percorso delle immagini.
Comunque l'uploda del sito per intero l'ho fatto e mi da questo errore quando vado all'URL:

Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
Avatar utente
RunDLL
Utente Senior
 
Post: 351
Iscritto il: 14/01/04 13:25


Torna a Programmazione


Topic correlati a "Ripristinare un sito spostato ad altro mantainer":


Chi c’è in linea

Visitano il forum: Nessuno e 14 ospiti