Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve installed the plugin but I cannot get it to work.

    I’m using a WooThemes theme as my default and Optimize Press as my secondary. Both of the themes are configured correctly and when each theme is activated as a default, the pages display.

    But when I try to use the page theme plugin, only the default theme shows, regardless of settings in either theme or the pages.

    My site is an offline build (I’m prototyping out the site build vs the desired design) so I cannot post a link.

    Thread Starter dylan.shearer

    (@dylanshearer)

    Ok. So thankyou world for not helping. If anyone comes across this post, here’s how you can solve the problem.

    I placed the following code at THE START of my .htaccess file, before any wordpress .htaccess code.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} ^/subdirectory/(.*)$ [OR]
    RewriteRule ^.*$ - [L]
    </IfModule>

    If you are greeted with a generic 404 page instead of your site’s 404 error page, the code IS WORKING. Your subdirectory’s location is not in the right place. Investigate your folder structure and make sure the subdirectory you want to get to is placed in the public_html folder (your site root).

Viewing 2 replies - 1 through 2 (of 2 total)