|
Way to automatically update .htaccess?
I was wondering if there is a way to automaticly update a .htaccsess file. Prehaps using PHP fopen() & fwrite().
What I would like to be able to do is allow users to create a new article, but I need a way to redirect the domain path they wanted to a page like article.php?id=56985689.
For ovbious reasons I don't want to do this by hand, so I was wondering if there is a way to automate this? Any ideas?
|