Viewing 2 replies - 1 through 2 (of 2 total)
  • Try setting this in your wp-config.php file:

    define(‘WP_HOME’,’https://example.com/app’);
    define(‘WP_SITEURL’,’https://example.com/wordpress’);

    and then at the bottom:

    if ( !defined('ABSPATH') ) {
    	define('ABSPATH', dirname(__FILE__) . '/wordpress');
    }

    Not sure if that will fix it but might point you in the right direction. If you can login to the admin with wp-login.php on the end of the URL you can visit the permalinks page which will refresh the permalinks settings stored in .htaccess

    Thread Starter bnimbhal

    (@bnimbhal)

    Solved it by using sub-domain in cpanel

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to access non wordpress drectories’ is closed to new replies.