I need some help.
What I found here is this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
But I cant change it to what I need 🙁
Here is what I need.
http://www.mySite.de/person.php?p=122
http://www.mySite.de/alias-of-person-from-database
Where is the name of the variable I need to have to get the recordset from my database?
It must be some $_GET, or?
Anyone can help me?
Cheers,
Denis
I get my answer here.
How to Dynamically Rewrite a URL like Facebook
Thanks Gumbo!
Cheers,
Denis