Skip to main content
May 2, 2010
Question

Dreamweaver Restriction access to page problem

  • May 2, 2010
  • 1 reply
  • 320 views
I have problem with dw cs4 restriction to page. I have index.php (login form - if login ok redirect to index-1.php), index1.php with restriction and logout link, reg.php (registration form). On localhost (wampserver - apache+mysql 5.3) with connection on remote DB everithnig is ok, but when try on remote server (apache+mysql 5.2.1) I am getting problem with access to page. If I try registration form it works, I can see entered data in DB Table. If I remove restriction form from index1.php to leave just logout link, I can enter on index-1.php with logon form.

Any Help?

Thanks, Milan
This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

May 9, 2010

I solved my problem. It was server problem (on windows server there is some bug). I put on other hosting server linux based and all was ok. How Can I get data and show it on the page for example from server script (DW login scrpit)