Hola!
I have created a contact database with phpmagic.
It has created table1_view.php, table1_dml.php etc...
It works ACE with MySql DB.
BUT
I would like to secure it. I turned on .htaccess with my host, and i get a password demand (great), but now, once you are looking at the table and list of contacts, you can add contacts, but if you try to select a contact from the list, i get a 404 error. When you try to select a contact, I noticed the web address in the corner of the screen pre .htaccess said
www.domain.com/table1_view.php (and it worked), but now comes up with
www.domain.com/1628283648 or some number like that.
Is there any way to secure the pages?
I am usining MyContact Table with the same database, which is great, but i like the reporting offered by PHPmagic pages.
Hope this makes sense

. Sorry if not. Thanks in advance.