WordPress Paths and XAMPP
-
Hi,
I was using XAMPP to create a wordpress website. Every thing went well until I tried to access it from another computer… The themes CSS was removed! I dug around in the code to see what the matter was, and I found out that this was going on.When the theme was importing CSS it was looking at bloginfo style sheet URL = localhost/website/wp-content/,etc The problem was that it was looking on the client computers loclhost, not on the server. How can I modify my theme to look at my servers internal IP rather than at “localhost” I have already tried replacing the stylesheet URL with the path to the style sheet but it still doesn’t work.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘WordPress Paths and XAMPP’ is closed to new replies.