Htaccess and SEO problem
-
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.
- The topic ‘Htaccess and SEO problem’ is closed to new replies.