Hi!
I just created a website to work on it on local.
All seems to work normally except the images from my sliders (I use the Slider Revolution plugin)
I have a hot linked error message.
Usually, I put that protective code in all my .htaccess files:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?domain.example [NC]
RewriteRule .(jpg|jpeg|png|gif)$ http://fakeimg.pl/800x600/?text=Pas_touche_aux_images [NC,R,L]
But there is nothing like that in the local .htaccess file… (even in the live site from which I downloaded the wp-content backup to create this local site)
Maybe it comes from the database backup?
Also, if I add domaine-example.local instead of domain.example, there is no change on front.
Do someone already have this issue?
PS: sorry for my english, I’m french ^^
PS2: In the Revolution Slider tables from the database, I can see it has kept the original urls (example.domain) so that’s probably the reason of the issue.
If I manually change them with example-domain.local, when I’ll push the local site on live, I guess I’ll have a problem.
Do you know how I can skirt this?