Hello, I have a site and the url looks like http://www.example.com/blog/?p=1 and i want the url to look like http://www.example.com/blog how do i mode rewrite it - what is the code and where do i place the code please help looking fwd to your replies. thanks
You can try also this online .htaccess generator In your case this should help: Just create file ".htaccess" with content above, upload it to the root of your hosting and than it should work. It might be possible that some hosting do not allow mod_rewrite. Now when you type: http://www.example.com/blog or http://www.example.com/blog/ than it should work. I hope this is the simplest way