I want to create a clean url for my blog.php
page I dont want to show the blog.php
in address bar I want this type of url
http://www.webiste.com/title/how-to-make-dynamic-menu
But my existing url is like that
http://www.webiste.com/blog.php?title=how-to-make-dynamic-menu
I have read and attempt many code but didn't get the good result
Here is what you should write
I guess i should explain what does this peace of code do. Its a basic "if" statement.
You see mod_rewrite or "RewriteEngine" give us the option to take the original query, and if it matches a certain criteria (RewriteCond ) rewrite it to something else (RewriteRule).