WAMP Installation: Database works, but image links & CSS don't
-
I just got new computer and have moved copy of my online site to local WAMP setup for development/design.
I finally got my big datafile dump to work using BigDump, did a find/replace changing my site address to localhost in sql file.
So, anyways https://localhost now pulls up my website, and all the blog contents from database correctly.
However, the images & CSS don’t work now as they are still relative links.
I added this to wp-config.php:
define(‘WP_HOME’,’https://localhost/mySite’);
define(‘WP_SITEURL’,’https://localhost/mySite’);… which only keeps the database info from working & still no images/CSS displayed.
Does anyone have any ideas?
- The topic ‘WAMP Installation: Database works, but image links & CSS don't’ is closed to new replies.