Click here to Skip to main content
15,902,635 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a dynamic website. The URL of my web page is like this

http://www.mysite.com/movie.php?movieid=13


Each Movie has a different name. Suppose the name of this movie (having movieid=13) is Live Free Die Hard.

Now, I want to show my web page URL using mod_rewrite Module like this

http://www.mysite.com/movies/13/Live-free-die-hard.html


Is it possible with this module? If yes than Please Guide me that How can I do that.
If it is not possible with this module, Is there any other way to achieve the target?
Posted

1 solution

Check these out:

mod_rewrite for beginners[^]

url-rewriting-for-beginners/[^]

hope it helps :)
 
Share this answer
 
Comments
rashidfarooq 13-Oct-11 4:11am    
I have already visited both of the links. I have googled much for this topic. But there is no precise solution yet.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900