My wordpress droplet works great when using the ip address http://138.68.241.165/. But when accessing it from my domain name (ruepprich.com), the font-awesome icons do not show up because they are blocked by the CORS policy.
How can I change the CORS policy?
thanks!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
If you view the source on your homepage ruepprich.com, you can see that all the URLs are using your IP Address, not your domain name:
First thing to do is change your Wordpress settings from using your IP Address to your domain.
http://ruepprich.com
HOPEFULLY that fixes your CORS issues… :)
Context: (from Wordpress) On the Settings->General screen in a single site installation of WordPress, there are two fields named “WordPress Address (URL)” and “Site Address (URL)”. They are important settings, since they control where WordPress thinks your site is located. They control the display of the URL in the admin section of your page, as well as the front end, and are used throughout the WordPress code.
Note: Both settings should include the http:// part and should not have a slash “/” at the end.
aha, Thanks a bunch! That did the trick!
Christoph