Hello, I'm not sure if this is the right area... When adding a new post with wp_insert_post, all periods (.) in the url are replaced with dashes. This is usually fine for SEO, but in this particular case, I would like them to remain as periods. I have a site that needs to have other site URL's in my URL.
For Example:
mysite.com/domain/www.wordpress.org
When I use wp_insert_post, it changes to:
mysite.com/domain/www-wordpress-org
Any ideas?