Saturday, September 11 2004 @ 01:30 PM Contributed by: Admin
There are 2 different urls that are used for users to contribute articles, so i
hacked every mention of "/submit.php?type=story" and "/submit.php?type=story&topic=topicname"
into
/submit/story/
and
/submit/story/topicname/
Then created a new folder called submit and then created a .htaccess document in this new folder.
the Mod_Rewrite rules in this doc are: