Просмотр сообщений

В этом разделе можно просмотреть все сообщения, сделанные этим пользователем.


Сообщения - djamelo fotso

Страницы: [1]
1
Веб Сервера / Re: Проблема с htaccess
« : 28 Сентября 2019, 00:06:42 »
при загрузке главной чтоб грузился index.php
при остальных условиях - шел редирект на vacuum.php
выполнялось
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteRule !^(admin|images|docs|emoticons|design) vacuum.php

2
Корзина / Clear Prestashop's MySQL Cache manually - how?
« : 25 Мая 2019, 11:38:24 »
Hello community,

 

I have quick question - how to remove mysql cache from database? Is this will work and this is safe to do?

TRUNCATE TABLE ps_smarty_cache
I am just not sure if there is no more mechanisms that will be affected when I will truncate the table.

 

EDIT: If some will look for this the answer is yes - You can delete content via phpMyAdmin with the code mentioned above. I checked it by myself and it's working.

I did not find the right solution from the internet.

References:
https://www.prestashop.com/forums/topic/526408-clear-prestashops-mysql-cache-manually-how/
unlock


Страницы: [1]