Forum Moderators: phranque
[mydomain.com...] Tips
I would like this to be translated to
[mydomain.com...]
this means, every title coming dynamically from database should be translated to the file name. I am trying very hard to do this but due to very limited knowledge about .htaccess and its dirctives, I am unable to do this. I tried using this code in .htaccess file
RewriteCond %{REQUEST_URI}!^/articleDetails\.php
RewriteRule ^([^/]+)/? articleDetails.php?id=$1 [L]
But the server gives internal server error 500
I would really appreciate if I can get some basic knowledge about how to dug into it and start with this kinda process.
Thanks in advance.
Faisal
Jim