Menu

The users can't access the form

Help
2004-11-16
2013-06-03
  • antonio temprano

    I have created a form, and the program has placed it at http://www.phpwebquest.org/form/use/contacto/form1.html
    but the users can't access this page because there is no way to do it without the admin's username and password. Any help would be greatly apreciated.

     
    • Media One

      Media One - 2004-11-18

      chang the .htaccess in the form folder to
      Remeber to chang the www.yourname.com and change the file structure to your own /home/import/public_html
      Paste code below line

      ------------------------------------------------

      # -FrontPage-

      IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

      <Limit GET POST>
      order deny,allow
      deny from all
      allow from all
      </Limit>
      <Limit PUT DELETE>
      order deny,allow
      deny from all
      </Limit>
      AuthName www.yourwebsite.com
      AuthUserFile /home/import/public_html/_vti_pvt/service.pwd
      AuthGroupFile /home/import/public_html/_vti_pvt/service.grp

       
      • bman6074

        bman6074 - 2005-04-14

        I cannot find the .htaccess file can someone tell what exact folder it is supposed to be.I have checked the hidden folder optoin and it is set to show hidden files.
        Thanks

         
    • phpwebquest

      phpwebquest - 2004-11-21

      Now it works. Thank you very much :)

       
    • akrama

      akrama - 2005-01-02

      I have the same problem but unfortunately I dont have .htaccess file anywhere, help.

       
    • akrama

      akrama - 2005-01-02

      Problem resolved, didnt realise file was hidden.  copied code as above and it worked a treat.  Thanks.

       
    • bman6074

      bman6074 - 2005-04-14

      OK i found it in my CPANEL, but i still cannot see it in frontpage. Anyway can someone show a before and after of what is to be modified in this file?
      I am a little confused on what to change, add, over write or leave
      Thanks

       

Log in to post a comment.