Title: srrobbins's Replies | WordPress.org

---

# srrobbins

  [  ](https://wordpress.org/support/users/srrobbins/)

 *   [Profile](https://wordpress.org/support/users/srrobbins/)
 *   [Topics Started](https://wordpress.org/support/users/srrobbins/topics/)
 *   [Replies Created](https://wordpress.org/support/users/srrobbins/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/srrobbins/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/srrobbins/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/srrobbins/engagements/)
 *   [Favorites](https://wordpress.org/support/users/srrobbins/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Problem with installation of WordPress on an add-on domain](https://wordpress.org/support/topic/problem-with-installation-of-wordpress-on-an-add-on-domain/)
 *  Thread Starter [srrobbins](https://wordpress.org/support/users/srrobbins/)
 * (@srrobbins)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/problem-with-installation-of-wordpress-on-an-add-on-domain/#post-376464)
 * I changed the database directly, and it still doesn’t work. I just recently switched
   to NetFirms, and it looks like it’s doing something strange when it resolves 
   my add-on domain’s root directory. For instance, if I create an index.php file
   in my ../www/robbinsinternational/ directory (which should be the root directory
   for [http://www.robbinsinternational.com](http://www.robbinsinternational.com)),
   and I put this php code:
 * <?php echo $_SERVER[‘PHP_SELF’]; ?>
 * the page should show this:
 * /index.php
 * Instead, it shows this:
 * //robbinsinternational/index.php
 * Does anyone know where the $SERVER[‘PHP_SELF’] call is being made in the WordPress
   code? If I can find that out, I can change the call so that it trims off the 
   excess part where the folder is being added.
 * Thanks again.
 * Richard

Viewing 1 replies (of 1 total)