Ikechukwu, you will need to add some "magic" into your primary site's .htaccess file.
Something like this:
RewriteCond %{REQUEST_URI} !/secondarysitefoldername/
Assuming you have
yoursite.com as primary oxwall installation and and
yoursite.com/secondarysitefoldername as your secondary installation.