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.
Categoria: wordpress
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. …
WordPress Pretty Permalinks on IIS 7.0
Just create a web.config in wordpress root dir: Read more: WordPress Pretty Permalinks on IIS 7.0 http://codex.wordpress.org/Using_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. If you need to install WordPress, follow …
wp-plugin: SyntaxHighlighter
SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript. To get an idea of what SyntaxHighlighter is capable of, have a look at the demo page. Easily post syntax-highlighted code to your site without having to modify the code at all. As seen on WordPress.com. http://alexgorbatchev.com/SyntaxHighlighter/