I am building a custom content management system for clients. It's similar to Joomla, but is alot easier to develop customized modules, components, etc. Obviously, they can change the name and alias of a webpage (article), and create menu items that are components and modules. I want to allow simple URLS using the alias. The problem I'm facing is updating the .htaccess when a user updates the alias.
I have dabbled very much in using .htaccess. I am just wondering if there's a way for a .htaccess file to dynamically rewrite URLS.
Instead of using .htaccess I ended up using $_SESSION variables and MySQL to handle a login session. Much easier.