http 405 resource not found

M

Misty

Hello,

I am trying to create a log in page that when you hit submit it goes to a
certain page. I have tested it using www.aol.com as the target site and that
works but everytime I change the address to the page within my website I am
getting the message http 405 resource not found. What can I do to fix this?
 
R

Ronx

Either poist the code for the page, or a link to the page. If the page
uses JavaScript for validation, replace the passwords etc. with
something else when posting the code.
 
M

Misty

It's not JavaScript. I am new to website building. Basically I want a page
of photographs that are password protected so that the page can only be seen
if the password is entered.
 
R

Ronx

Password Protect Part of a Web: (Requires FrontPage extensions on
server, and host must support subwebs with unique permissions)
http://support.microsoft.com/default.aspx?scid=kb;en-us;301554 (FP2000)
http://support.microsoft.com/default.aspx?scid=kb;en-us;825451 (FP2003)

Protect individual pages: (Requires Windows Server with support for ASP
and Access database)
http://support.microsoft.com/default.aspx?scid=kb;en-us;825498

PHP and mySQL can be used instead of asp and Access, whatever your host
supports.



None of the above solutions will work on AOL - believe with AOL you will
*have* to use JavaScript, which is NOT secure.
See http://www.rxs-enterprises.org/tests/jspass/ for examples that do
not place the userid/password in the code. Remember, JavaScript is NOT
secure.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top