Title: Mineria's Replies | WordPress.org

---

# Mineria

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

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

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Problem with WordPress sitting on a backend server.](https://wordpress.org/support/topic/problem-with-wordpress-sitting-on-a-backend-server/)
 *  Thread Starter [Mineria](https://wordpress.org/support/users/mineria/)
 * (@mineria)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/problem-with-wordpress-sitting-on-a-backend-server/#post-4401927)
 * A friend from cbox.dk had the solution for me, so added this to the themes funxtions.
   php:
    `remove_filter('template_redirect', 'redirect_canonical');` And it works!
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Problem with WordPress sitting on a backend server.](https://wordpress.org/support/topic/problem-with-wordpress-sitting-on-a-backend-server/)
 *  Thread Starter [Mineria](https://wordpress.org/support/users/mineria/)
 * (@mineria)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/problem-with-wordpress-sitting-on-a-backend-server/#post-4401925)
 * Worked a bit more on it and got following now.
 * Virtual host file:
 *     ```
       ServerName   http://mylivedomain.net/blog
       ServerAlias  my.backend.domain.com
       ```
   
 * When I ran WP install for the first time it still went back to the backend url,
   I switched that:
 *     ```
       WordPress Address (URL) http://mylivedomain.net/blog
       Site Address (URL) http://mylivedomain.net/blog
       ```
   
 * And also edited other references in the DB.
 * The site loads scripts and images on index.php now, but still goes back to my.
   backend.domain.com when I click links.
 * Tried then to force the WP and SITE URL’s via wp-config, it still tries to use
   the backend url.
 * Is there some way to force it to use the live url always?
 * I have two other WP installations with their own root folders and databases that
   need to run under the same conditions from the same backend server, so I can 
   not have anything globally on the server, it needs to be done directly on each
   WordPress installation and the Apache VirtualHost that belongs to it.

Viewing 2 replies - 1 through 2 (of 2 total)