Como corrigir o Erro ao Estabelecer uma Conexão com o Banco de Dados no WordPress

Este erro é comum e você já deve ter visto pelo menos algumas vezes. Como iniciante no WordPress, este erro pode ser frustrante, especialmente se você teoricamente não fez nada para provocá-lo. Neste tutorial, vamos mostrar porque ele acontece e como corrigir o erro ao estabelecer uma conexão com o banco de dados no WordPress, apresentando várias soluções para as principais causas. As soluções propostas neste tutorial funcionaram para a maiorias dos usuários. Aprenda como resolver o problema de conexão com o banco de dados. Nota: Como sempre, recomendamos que certifique-se de ter backup do seu banco de dados ao menos.

Continue Reading

WordPress ISS Permalinks

Enabling Pretty Permalinks in WordPress This walkthrough describes how to enable “Pretty Permalinks” for blog posts in the WordPress blog engine that is installed on IIS 7 and above. Typically, without URL rewriting functionality on a Web server, WordPress users must use “Almost Pretty” URLs, for example, http://contoso.com/index.php/yyyy/mm/dd/post-name/. By using the URL Rewrite module, you can use “Pretty Permalinks,” for example, http://example.com/year/month/day/post-name/, for WordPress blogs that are hosted on IIS. Prerequisites This walkthrough requires the following prerequisites: IIS 7 or above with FastCGI and PHP installed. If you need to install PHP, follow the instructions in this article. WordPress installed. …

Continue Reading

Enabling Pretty Permalinks in WordPress

This walkthrough describes how to enable “Pretty Permalinks” for blog posts in the WordPress blog engine that is installed on IIS 7 and above. Typically, without URL rewriting functionality on a Web server, WordPress users must use “Almost Pretty” URLs, for example, http://contoso.com/index.php/yyyy/mm/dd/post-name/. By using the URL Rewrite module, you can use “Pretty Permalinks,” for example, http://example.com/year/month/day/post-name/, for WordPress blogs that are hosted on IIS.Prerequisites This walkthrough requires the following prerequisites: IIS 7 or above with FastCGI and PHP installed. If you need to install PHP, follow the instructions in this article.WordPress installed. If you need to install WordPress, follow …

Continue Reading