D
D
dmytrotus2019-07-19 15:28:10
caching
dmytrotus, 2019-07-19 15:28:10

How to clear the cache on Laravel and Wordpress hosting sites?

When I work on projects on a local server (Open Server), I don't see any problems.
But when the sites are hosted, then problems with updating the content begin.
Laravel:
- Paths to .js, .css files are not updated
** I temporarily solve the problem by updating the name of the file itself. Those. I change style.css to style1.css and write a new path in the view head

<link rel="stylesheet" href="{{('/')}}mytheme/style1.css">

Wordpress:
-Template update not working here
<p class="copyright">© <?php the_time( 'Y' ); ?>  Copyright </p>

This line is in the footer and does not change.
Please tell me what can be done.
There is no help from the hoster, they say that the cache in my browser has not been cleared. But I know that I've been cleaned.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Gvozdev, 2019-07-19
@dmytrotus

everything is cached by the hosting itself, and no one canceled ctrl+f5

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question