Mudanças entre as edições de "Divi"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
Linha 1: Linha 1:
 
* https://archive.org/search.php?query=creator%3A%22ElegantThemes%2C+Inc.%22
 
* https://archive.org/search.php?query=creator%3A%22ElegantThemes%2C+Inc.%22
 
* [https://www.elegantthemes.com/blog/divi-resources/how-to-create-a-category-page-template-for-your-blog-using-the-divi-theme-builder How to Create a Category Page Template for your Blog Using the Divi Theme Builder]
 
* [https://www.elegantthemes.com/blog/divi-resources/how-to-create-a-category-page-template-for-your-blog-using-the-divi-theme-builder How to Create a Category Page Template for your Blog Using the Divi Theme Builder]
 +
 +
 +
== Problema para editar página no Frontend ==
 +
 +
<source lang="bash">
 +
a2enmod substitute
 +
systemctl restart apache2
 +
</source>
 +
 +
e em .htaccess
 +
<source lang="apache">
 +
<IfModule mod_substitute.c>
 +
SubstituteMaxLineLength 10M
 +
</IfModule>
 +
</source>

Edição das 20h51min de 27 de junho de 2020


Problema para editar página no Frontend

a2enmod substitute
systemctl restart apache2

e em .htaccess

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>