[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Frontpage Server Ex'ts and rwtcnd - Long
- Subject: RE: [cobalt-users] Frontpage Server Ex'ts and rwtcnd - Long
- From: Douglas Spooner <webmaster@xxxxxxxxxxxxxx>
- Date: Wed Jul 4 07:31:24 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
anyone got any ideas I am really hurting my head with all this banging.
-----Original Message-----
From: Douglas Spooner [mailto:webmaster@xxxxxxxxxxxxxx]
Sent: 29 June 2001 16:01
To: 'cobalt-users@xxxxxxxxxxxxxxx'
Subject: [cobalt-users] Frontpage Server Ex'ts and rwtcnd - Long
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
Doug
_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users