I have the following problem:
I would like to give my site-members an easy access to thier personal page. Example:
This is my database structure:
+------+-------------+
| id | name |
+------+-------------+
| 9 | Henk |
| 10 | Erik |
+------+-------------+
When a member goes to:
http://www.domain.com/users.php?id=10
He will see his personal page.
But I would like to make it more easier:
must redirect to http://www.domain.com/users.php?id=10
I have already heard that this is possible with .htaccess. But can someone help me to make this works.
Thanx in advance
Henk Erik