I am working on a new project, I want to create SEO friendly URL’s for this site like
mysite.com/first_content, mysite.com/second_content. URL’s must be dynamic which means URL’s must related to the content title. How can I done this ? Is is possible to use htacess, ?
Thanks
Sample rules for .htaccess (once you make sure mod_rewrite is enabled):
These rules match any URL that isn’t an already existing file and passes it to your script.