Respostas no Fórum

Visualizando 3 respostas - 1 até 3 (de um total de 3)
  • Se alguém souber que erro é esse, por favor me ajudem… Fiz todo o procedimento necessario para migrar meu site de localhost para o servidor (estou usando o UOLHOST) só que dá esse que coloquei acima…

    Leandro o erro que está dando agora é esse, veja o site: http://docariadoceamor.com.br/teste

    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>

    Bom dia pessoal, por favor, fiz meu site inteiro em localhost e agora preciso colocar ele no ar. Gostaria de saber como exportar o conteúdo completo do site (fotos, slide, formatação do site, texto, etc) para uma hospedagem online sem precisar fazer o trabalho tudo de novo on line. O wordpress já está instalado na minha hospedagem…

    No Joomla existe o akeeba backup, para o WordPress existe algo semelhante??

    Por favor, alguma solução que vcs conheçam….

Visualizando 3 respostas - 1 até 3 (de um total de 3)