Static URL’s in database
-
Every now and then I want to take a backup of the database on my live site, to import it on my local computer.
The problem is that it uses statick URL’s and not dynamic.
An example:
Instead of ‘/wp-content/upload/’
is uses
‘https://www.norwegianfashion.no/wp-content/upload/’
so I have to change this to
‘https://localhost/norwegianfashion/wp-content/upload/’This will of course give me a problem each time I take a backup.
Any suggestions to what I can do?
- The topic ‘Static URL’s in database’ is closed to new replies.