Greetings list users,
I was wondering if anyone out there could shed some light on a subject that I cant seem to find much information on.
I have a client whos site has two domains lets call em orange.co.uk and apples.co.uk, they are both mapped to the same site and the correct domain appears in the web browser when either domain is typed in.
But because of my use of the apache rewrite commands the frontpage server extentions do not work when submitting forms on apples.co.uk but does work on orange.co.uk
Orange.co.uk is the primary domain by this I mean its the one with the user accounts/email and was originaly configured then apples was tagged on top of it.
Heres what I use to tag apples onto orange I have created a include file in httpd.conf for this particular mod
<VirtualHost 123.456.456.111>
ServerName www.apples.co.uk
ServerAdmin admin
ServerAlias apples.co.uk
DocumentRoot /home/sites/site69/web/
RewriteEngine on
RewriteCond %{HTTP_HOST} !^1123.456.456.111(:80)?$
RewriteCond %{HTTP_HOST} !^www.apples.co.uk(:80)?$
RewriteRule ^/(.*) http://www.apples.co.uk/$1 [L,R]
RewriteOptions inherit
ScriptAlias /_vti_bin/_vti_adm/ /home/sites/site69/web/_vti_bin/_vti_adm/
ScriptAlias /_vti_bin/_vti_aut/ /home/sites/site69/web/_vti_bin/_vti_aut/
ScriptAlias /_vti_bin/ /home/sites/site69/web/_vti_bin/
</VirtualHost>
I have also created the www.apples.co.uk:80.cnf file in the /usr/local/frontpage/ dir so that frontpage picks it up ( i think )
I have tried using the fpsrvadm.exe in the bin dir but none of the options I can see are of any real help. I have tried searching the archives for this but didnt really find anything of particular use. I have looked through the servers logs but cant find that relates to the problem I am having.
If anyone could throw some ideas my way that would be great
Regards
Kosch Na'Thrak 54th Mage Saryrn