1 to 3 of 3
Hi,
I have my blog, www.intermissionatwork.com located within a subfolder on my hosing account, which is at www.webinfiniti.com.
I can't submit to the marketplace because of this difference, what should i do?
OIO Purchase URL = http://www.webinfiniti.com/IAW/wp-content/plugins/oiopub/purchase.php.
Site Url = www.intermissionatwork.com.
What should i do?
This is just an educated guess at this stage, but you could try opening up include/settings.php, and:
REPLACE
get_option('siteurl')
WITH
get_option('blogurl')
The same thing happens when you put WordPress in a subfolder.
WordPress is located at (siteurl) http://example.com/wp/
Blog is located at (blogurl) http://example.com/
Now if you want to redirect people to an Advertise page, before going to the purchase page using the "Redirect Purchase link to Wordpress Page?" option, the page is located at http://example.com/wp/advertise. And that leads to a 404.
I used your suggestion to solve this, but it seems to mess up the positioning of ads (like the inline ads). So I guess the siteurl is used consistently throughout OIO.
Is there a particular reason why you chose to use siteurl over blogurl? For most people they're the same, but I know quite a lot of people who like wp in a subfolder.
A fix would also be to not name the WordPress page, but provide the option to enter a full url.
1 to 3 of 3