I am stuck getting Frontpage admin to work. (Publishing a Frontpage web seems to work ok)
They seem to install properly, but after installation
I can't access the FP admin page:
http://www.test555.com/_vti_bin/_vti_adm/fpadmcgi.exe is
not found.
No errors found in any of the error logs, except for the
domain's error log that complains that the file fpadmcgi.exe
does not exist.
I have tried to rebuild the front page by:
cd /usr/local/directadmin/customapache
./build update
./build frontpage_ext
Also, I see in a couple threads to remove the three AUTH
lines from the .htaccess from ....../public_html/_vti_bin/_vti_adm
# -FrontPage-
Options None
<Limit GET POST>
order deny,allow
deny from all
allow from all
require group administrators
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthType Basic
REMOVED-->AuthName www.test555.com
REMOVED-->AuthUserFile /home/test555/domains/test555.com/public_html/_vti_pvt/service.pwd
REMOVED-->AuthGroupFile /home/test555/domains/test555.com/public_html/_vti_pvt/service.grp
I've also tried adding a brand new domain to the server (RH9).
Any suggestions?
Thanks
Dan
They seem to install properly, but after installation
I can't access the FP admin page:
http://www.test555.com/_vti_bin/_vti_adm/fpadmcgi.exe is
not found.
No errors found in any of the error logs, except for the
domain's error log that complains that the file fpadmcgi.exe
does not exist.
I have tried to rebuild the front page by:
cd /usr/local/directadmin/customapache
./build update
./build frontpage_ext
Also, I see in a couple threads to remove the three AUTH
lines from the .htaccess from ....../public_html/_vti_bin/_vti_adm
# -FrontPage-
Options None
<Limit GET POST>
order deny,allow
deny from all
allow from all
require group administrators
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthType Basic
REMOVED-->AuthName www.test555.com
REMOVED-->AuthUserFile /home/test555/domains/test555.com/public_html/_vti_pvt/service.pwd
REMOVED-->AuthGroupFile /home/test555/domains/test555.com/public_html/_vti_pvt/service.grp
I've also tried adding a brand new domain to the server (RH9).
Any suggestions?
Thanks
Dan