Title: Sub-Domain Problems
Last modified: August 19, 2016

---

# Sub-Domain Problems

 *  [willid](https://wordpress.org/support/users/willid/)
 * (@willid)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/)
 * We are trying to install wordpress on a domain and we can see the blog if we 
   go to [http://www.DomainName.com/blog/](http://www.DomainName.com/blog/) but 
   if we change the setting to subdomain.domain.co then it is just shows nothing
   as if it is not finding the subdomain
 * It is as if wordpress is not recongnising the SubDomain, we have put test pages
   on the SubDomain and they work it is just wordpress.
 * We are running windows server 2008, iis7.
 * All help would be grateful.
 * Thanks

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

 *  Thread Starter [willid](https://wordpress.org/support/users/willid/)
 * (@willid)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1278979)
 * we are using wordpress 2.8.6
 *  [sam.wootton](https://wordpress.org/support/users/samwootton/)
 * (@samwootton)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1278980)
 * Hey,
 * This will be very helpful to you:
 * [http://wordpress.org/support/topic/332040?replies=3](http://wordpress.org/support/topic/332040?replies=3)
 * Let me know.
 *  Thread Starter [willid](https://wordpress.org/support/users/willid/)
 * (@willid)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1278981)
 * that would be to simple, we have already got WP workingo n another Domain but
   we are updating our site and want to put it in a SubDomain – [http://blog.domain.co.uk](http://blog.domain.co.uk)
   but just getting black screen but if we use [http://domain.co.uk/blog](http://domain.co.uk/blog)
   then this works
 * thanks
 *  Thread Starter [willid](https://wordpress.org/support/users/willid/)
 * (@willid)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1278992)
 * if we view the [http://domainname.co.uk/blog](http://domainname.co.uk/blog) we
   get to see the blog but all the styles and images are missing.
 *  [Nico](https://wordpress.org/support/users/nikospkrk/)
 * (@nikospkrk)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1278993)
 * Hello,
 * If you don’t want to move your files to another directory, maybe htaccess rules
   can make you do it.
    I found some interessting information [there](http://forums.digitalpoint.com/showpost.php?s=f61d2e6e5e16ca800cf76b1802d486f8&p=4700087&postcount=4)
   or a little more general [here](http://blog.gwebtools.com/apache-htaccess-subdomain-redirect-rules/).
 * Cheers,
    Nicolas.
 *  Thread Starter [willid](https://wordpress.org/support/users/willid/)
 * (@willid)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1278994)
 * Thanks but we need to get it working from a subdomain.
 *  [sam.wootton](https://wordpress.org/support/users/samwootton/)
 * (@samwootton)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1278995)
 * <VirtualHost 197.168.10.1:80>
    ServerName blog.domain.co.uk DocumentRoot /some/
   path/to/your/wordpress <Directory “/some/path/to/your/wordpress”> Options Indexes
   MultiViews AllowOverride None Order allow,deny Allow from all </Directory> ProxyRequests
   On ProxyPass / [http://domain.co.uk/blog](http://domain.co.uk/blog) </VirtualHost
   >
 * Why can’t you do that?
 * Might need a ProxyPassReverse on too.
 * Sam
 *  Thread Starter [willid](https://wordpress.org/support/users/willid/)
 * (@willid)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1278996)
 * I have being looking for the .htaccess file but cannot find it, is there suppose
   to be one?
 *  [sam.wootton](https://wordpress.org/support/users/samwootton/)
 * (@samwootton)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1278998)
 * Why not go for the ProxyPass[Reverse] and VirtualHost option?
 *  Thread Starter [willid](https://wordpress.org/support/users/willid/)
 * (@willid)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1278999)
 * the thing is if we cannot install this without any problems then what will some
   of our customers do, if we start to offer this blog.
 * I thought it was just a straight unzip and configure like it was on a domain 
   but when we try to use a subdomain that is where the problems are. So it is looking
   like WP cannot be installed on a subdomain without having problems.
 * thanks
 *  [sam.wootton](https://wordpress.org/support/users/samwootton/)
 * (@samwootton)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1279001)
 * Why not go for the ProxyPass[Reverse] and VirtualHost option?
 * You can install it on a subdomain.
 *  Thread Starter [willid](https://wordpress.org/support/users/willid/)
 * (@willid)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1279006)
 * we have our own server and have a few different domains running so how do we 
   go about doing it that way on iis7 windows 2008?
 * thanks
 *  [sam.wootton](https://wordpress.org/support/users/samwootton/)
 * (@samwootton)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1279007)
 * If you have a few different domains running – you must already be using VirtualHost?
   Or whatever iis7 equivalent is.
 * Using sub-domains is not a problem if you combine virtual hosting and proxying.
 * Unfortunately i can only help you out if you’re running Apache 1.3 / Apache2 
   on a linux based OS.
 * Sam
 *  Thread Starter [willid](https://wordpress.org/support/users/willid/)
 * (@willid)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1279009)
 * Thanks for the help Sam.

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

The topic ‘Sub-Domain Problems’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 14 replies
 * 3 participants
 * Last reply from: [willid](https://wordpress.org/support/users/willid/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/sub-domain-problems-1/#post-1279009)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
