Re: [us...@httpd] Domain Masking (I think?)

2009-05-24 Thread Jonas Eckerman
Drew Tomlinson wrote: The other is new. What I want is that if I enter the blog via http://fatblog.freehealthupdates.com/$1, that URL remains in the address bar of the browser and only the /$1 part would change. As it stands now, if I enter via that URL, after the first click, the address

Re: [us...@httpd] Domain Masking (I think?)

2009-05-24 Thread Drew Tomlinson
Davide Bianchi wrote: Drew Tomlinson wrote: The two URLs are: http://drew.mykitchentable.net/fatblog http://fatblog.freehealthupdates.com The first one is not a domain name, but a domain name + a subdir, that make me think that you already have some sort of rewrite or redirect rule

Re: [us...@httpd] Domain Masking (I think?)

2009-05-24 Thread Drew Tomlinson
Jonas Eckerman wrote: Drew Tomlinson wrote: The other is new. What I want is that if I enter the blog via http://fatblog.freehealthupdates.com/$1, that URL remains in the address bar of the browser and only the /$1 part would change. As it stands now, if I enter via that URL, after the

Re: [us...@httpd] Domain Masking (I think?)

2009-05-24 Thread Marcin 'Rambo' Roguski
Thus http://drew.mykitchentable.net/fatblog is just the URL to my WordPress installation. There is nothing being done by Apache. I believe that's the root of your problems: wordpress uses it's own URL rewriting scheme bypassing whatever the host system uses. you should check in wordpress

Re: [us...@httpd] Domain Masking (I think?)

2009-05-24 Thread Marcin 'Rambo' Roguski
Also, I just checked: in WP configuration that's blog's URL address. - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe,

Re: [us...@httpd] Domain Masking (I think?)

2009-05-24 Thread Darryle Steplight
Look at Wp's Permalinks settings. This is how WP masks it's url. It will generate some code you need to include in your WP .htaccess file. On Sun, May 24, 2009 at 2:19 PM, Marcin 'Rambo' Roguski ra...@id.uw.edu.pl wrote: Also, I just checked: in WP configuration that's blog's URL address.

[us...@httpd] Domain Masking (I think?)

2009-05-23 Thread Drew Tomlinson
I'm running Apache 2.2.9 and am trying to grasp domain masking (I hope that's the right term). Basically I have two virtual hosts defined on my server that both point to the same DocumentRoot directory. The directory is a wordpress installation if that matters. The two URLs are:

Re: [us...@httpd] Domain Masking (I think?)

2009-05-23 Thread Davide Bianchi
Drew Tomlinson wrote: The two URLs are: http://drew.mykitchentable.net/fatblog http://fatblog.freehealthupdates.com The first one is not a domain name, but a domain name + a subdir, that make me think that you already have some sort of rewrite or redirect rule that changes your URL adding