[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] FP Error on new site



I recently setup a new site that required FP access.  This is an existing
client and is using FP2000 to access his other sites w/o incident

  The folder 'http://sitename.com' isn't accessible.  The folder may
  be located on an unavailable volume or be protected with a
  password.

It also generates a wecerr.txt file with the following:

  09/04/2003 15:26:41
  HTTP 302 Moved Temporarily
  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  <HTML><HEAD>
  <TITLE>302 Found</TITLE>
  </HEAD><BODY>
  <H1>Found</H1>
  The document has moved <A
HREF="http://www.sitename.com/_vti_bin/shtml.exe/_vti_rpc";>here</A>.<P>
  </BODY></HTML>

httpd.conf:
  <VirtualHost ###.###.###.###>
  ServerName www.auto-palace.com
  ServerAdmin admin
  DocumentRoot /home/sites/site#/web
  ServerAlias sitename.com
  RewriteEngine on
  RewriteCond %{HTTP_HOST}                !^###.###.###.###(:80)?$
  RewriteCond %{HTTP_HOST}                !^www.sitename.com(:80)?$
  RewriteCond %(HTTP_HOST)                !^sitename.com(:80)?$
  RewriteRule ^/(.*)                      http://www.sitename.com/$1 [L,R]
  RewriteOptions inherit
  AliasMatch ^/~([^/]+)(/(.*))? /home/sites/site#/users/$1/web/$3
  </VirtualHost>

Any help would be greatly appreciated!  BTW did MS or anyone ever get newer
FP extensions (released since the Raq4's included ones) ported or working on
a Raq4?

Paul

--
This message has been scanned with Norton Anti-Virus and is believed to be
virus free at the time of submission.