• I have a site that has mixed with WordPress and non-WP content. The root-level index.php has nothing to do with WP. WP is installed in the /wp subdirectory.

    All WP traffic uses an “example.com/wp/” address. In wp-config.php I add:
    define(‘WP_SITEURL’, ‘http://example.com/wp’);
    There aren’t any WP related changes in the top-level .htaccess. Changes for WP go only in the WP subdirectory’s .htaccss file.

    Is there a tutorial somewhere for how to set up something like this?

    https://wordpress.org/plugins/w3-total-cache/

Viewing 1 replies (of 1 total)
  • Thread Starter OPunWide

    (@opunwide)

    Is my question too basic or too complicated? I haven’t been able to find any information about a similar setup.

    My main concern is the .htaccess changes breaking the rest of my site. Would it work if the required changes that the plugin wants me to make were put in WP’s htaccess instead of the top level.?

Viewing 1 replies (of 1 total)
  • The topic ‘Subdirectory installation’ is closed to new replies.