sonic1234
Junior Member
- Oct 19, 2009
- 131
- 25
Hello BHW,
i have a php website and it pulls data from mysql database.
i have urls like :
i want it in this form:
What should i write in .htaccess to do this.
Thanks
i have a php website and it pulls data from mysql database.
i have urls like :
Code:
http://mydomain.com/video.php?name=video+name&id=1&tag=video-tag
Code:
http://mydomain.com/video-tag/video-name-id.html
Thanks