How do I remove password access to edit webpages created in FrontP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am delivering webpages to be added to a website and a Dreamweaver user
can't get access to edit them so they match the rest of the website.

How do I remove all login/password restrictions from the Webs I create with
FrontPage 98?
 
How are you delivering the web pages?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Then the user must use Windows Explorer to remove the read-only attributes after the site has been
copied to their HD.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
That what I assumed but I'm not sure what files to remove.

Is it all the "#haccess.ctl" files? There are 6 of them with essentially the
same content as follows:

<Limit GET POST>
order deny,allow
deny from all
allow from all
require group authors administrators
</Limit>
<Limit PUT>
order deny,allow
deny from all
</Limit>
AuthType Basic
AuthName ipixtour
AuthUserFile c:/frontpage\ webs/content/ipixtour/_vti_pvt/service.pwd
AuthGroupFile c:/frontpage\ webs/content/ipixtour/_vti_pvt/service.grp

I'm a very novice webpage writer

Thanx
Doug Aurand
 
Under Windows Explorer you would select all folders/files after you have copied them to the HD, then
you would right click and select Properties, then un-check the read-only attribute.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Back
Top