Hi current look like this: mydomain.com/blog/view/?ID=01 want to look like this? mydomain.com/blog/blog-title-go-here.html anyone help me to write this in htacess many manthanks advance
Do you know how to edit the script so it links like that?? mod-rewrite won't put the title in the URL. You'll also have to know how to make it replace spaces with -.
At least tell us what script do you use, I did program one of my sites my self and I used ?page=x to include flat files, when I used mod rewrite it converted ?page=x with x.html and my x was really search engine friendly ...
Let me explain what Nintendo is trying to say.. Here some part of the whole thing is taken care by the script.. check out --http://kuzhalmannamagraharam.com/test/this-is-my-home-page.html You can replace this-is-my-home-page with any other phrase and still you will find a page. Here my index.php captures what I keep in place of 'this-is-my-home-page' and accordingly gives an output. Same way you can modify the script so that it captures the parameter as given above. You can configure it as , take the parameter -- the page title as in your example, output the content which is stored in your database which matches for this title.