I've been struggling for days to make this work.
I can make WP work with subdomains, my problem is that I want permalinks in WP to be accessible with the same domain format http://blog.domain.com/2008/02/08/sample-post/
however by default permalinks have format
http://domain.com/blog/2008/02/08/sample-post/
I think I'm almost there:
- I have a working subdomain blog.domain.com (publishing files on domain.com/blog folder works fine).
- I've installed WP on a different directory, domain.com/wp, that also works fine (installed in a different directory to route requests to the blog folder with htaccess).
- I tried changing Options / Blog address (URL) to http://blog.domain.com (changing this makes permalinks have the correct format) and playing with htaccess, however cannot make WP work correctly.
Can you please shed some light?
Thanks