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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
<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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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
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
Now it works. Thank you very much :)
I have the same problem but unfortunately I dont have .htaccess file anywhere, help.
Problem resolved, didnt realise file was hidden. copied code as above and it worked a treat. Thanks.
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