Viewing 2 replies - 1 through 2 (of 2 total)
  • you could play with your .htaccess

    otherwise, i don’t think there’s a way. Because the pages are actually normal entries configured to be pages.

    You’ll need to set your blog URL to mydomain.com and your WordPress URL to mydomain.com/blog.

    The hard part is that WordPress won’t generate links to /blog/, so you’ll either have to do some PHP or .htaccess editing to make it redirect to /blog/the/rest/of/the/url/ when a page is accessed from your root.

    Are you using an index.php or index.htm(l) in your root? If .htm(l), just have index.php redirect all reqests to /blog/[requested url], but make your HTML page be the default index page. If .php, that’s harder.

    A link to your site would be helpful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pages outside the WP directory’ is closed to new replies.