If I have a table (id int, name varchar, desc varchar) and I have a page view.php. The view.php can be executed dynamically like: domain.com/view.php?id=1. How can I make is SEO friendly like domain.com/nameofdata. How to do this using htaccess? And what should I do with the view.php or index.php? Many thanks.
Take a look at the answer I gave in this thread http://forums.digitalpoint.com/showthread.php?t=1273837 You modify the htaccess file, don't have to do anything to the php files.