Submit Your Article Forum Rules

Results 1 to 5 of 5

Thread: Hosting wordpress on a seperate server under the same domain

  1. #1
    Junior Member
    Join Date
    Nov 2006
    Posts
    13

    Hosting wordpress on a seperate server under the same domain

    Hello.

    A website I am currently working on is having progressively more compatibility problems between Wordpress and the Windows server its hosted on.

    Because this website uses ASP includes and a custom ASP newsletter script, I don't believe its practical to transfer everything to a Linux based host.

    Is there a method in which I can host the Wordpress blog on a linux server, using the same URL (www.example.com/blog), without compromising search engine optimization?

    Redirects seem like an option, but I'm unsure if this would be penalized.

    Your time is appreciated.

  2. #2
    WebProWorld MVP wige's Avatar
    Join Date
    Jun 2006
    Posts
    3,138

    Re: Hosting wordpress on a seperate server under the same domain

    Redirects would have the blog on its own domain name, but the user would be entering the same URL as the rest of your site, then taken to the blog site. The user and search engines would see this as two seperate sites, though. I guess I should ask, what is your concern as far as keeping the same URL?

    If your concern is about branding or maintaining your brand, a subdomain (blog.example.com) would probably be your best solution, as you can keep seperate the servers, keep both sites branded, but allow the search engines to see them as seperate sites. This could slightly increase the weight of links from the blog to your internal content, in theory. In addition, it is the easiest to manage, there is no extra cost, and users would see this as a seperate site but still a part of your site - your company web site, and now your company blog site.

    If there is a technical reason for this, it is possible, but very complex. One way to to create an internal proxy on your web server that runs in the /blog/ folder. All requests to www.example.com/blog/ go to this script (done through mod_rewrite - the script would be written in VB most likely) which takes whatever is after blog/ and sends it to your blog server, and the script gets the response and shows it to the user. This will not be easy to set up, especially if you want users to be able to post data to the blog through the URL. The other option would be to install a firewall in front of the servers that could route the traffic based on the incoming request. A little easier to set up, but requires that both servers are dedicated servers, and both servers are at the same location, and that the host is willing to install such equipment.
    The best way to learn anything, is to question everything.
    WigeDev - Freelance web and software development

  3. #3
    Senior Member
    Join Date
    May 2007
    Posts
    169

    Re: Hosting wordpress on a seperate server under the same domain

    I would probably advise that you order a new hosting account, based on your primary domain, then create a sub-domain called "blog" - then install your wordpress there.
    You would need both hosts to make changes to the dns on both servers.
    You would need to create the blog subdomain at your current host also, and edit the ip address to point to the LInux server hosting the blog
    ----Don't Call Me Brian----

  4. #4
    Junior Member
    Join Date
    Nov 2006
    Posts
    13

    Re: Hosting wordpress on a seperate server under the same domain

    Thank you for your responses.

    Essentially, I was considering keeping the same URL format to preserve the backlinks & SEO value associated with it.

    I am concerned about losing these with any other formats, blog.example.com or even a completely different domain/URL.

    It definitely needs a new server.

  5. #5
    Senior Member bobchrist's Avatar
    Join Date
    Jan 2007
    Posts
    393

    Re: Hosting wordpress on a seperate server under the same domain

    Quote Originally Posted by quantikev View Post
    Thank you for your responses.

    Essentially, I was considering keeping the same URL format to preserve the backlinks & SEO value associated with it.

    I am concerned about losing these with any other formats, blog.example.com or even a completely different domain/URL.

    It definitely needs a new server.
    I don't think you can be able to keep intact backlinks & same SEO value if you redirect to new domain name.

Similar Threads

  1. Wordpress MU Blog Hosting
    By sevamaster in forum WordPress Discussion Forum
    Replies: 2
    Last Post: 12-16-2009, 01:49 PM
  2. Wordpress Installation and Hosting Service
    By FoundByDesign in forum Services for Sale/Hire
    Replies: 7
    Last Post: 11-17-2009, 11:11 PM
  3. Domnain registration seperate from hosting
    By markrchisholm in forum Hosting Issues
    Replies: 60
    Last Post: 02-21-2008, 11:48 PM
  4. Image hosting - Same server or different server?
    By AjiNIMC in forum Search Engine Optimization Forum
    Replies: 9
    Last Post: 05-18-2007, 04:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •