Hi everyone, I'm having a problem accessing the index.php of another subsite within my domain.
Right now, my WordPress installation is set up so that the actual files reside in another folder. Everything about the blog is working fine, but it's making a subsite in my domain get recognized as a page, so navigating to that subsite's subfolders (such as its admin panel) isn't working.
To illustrate this better, an example:
domain.com <- what visitors see
domain.com/wp <- where the WordPress files actually are
domain.com/forums <- a forum, still works properly
domain.com/forums/admin/index.php <- not accessible anymore, it reverts back to the blog's 404 page
Any help on this? Anyone else who's experienced the same problem? I'm guessing it has something to do with the .htaccess file, but I'm not an expert on that.