Forum Moderators: phranque
Since my website is growing, I'm looking for a way to automatically create SEO friendly URLs by just typing in the URL and having the .htaccess file search the mySQL database for the title of the page, and then display that page with a static URL. So if the title of my article was "Somewhere in time", I would type in: www.mysite.com/somewhere-in-time.php and the .htaccess file would find that title and direct the user to that page. Any help would be greatly appreciated!
To be clear: The RewriteMap must be defined in httpd.conf or conf.d, but can then be invoked from httpd.conf, conf.d, or from .htaccess.
Jim