I've done the following:
1. installed both the ReDJ Joomla! plugin and component (and enabled the plugin)
2. added the line "ErrorDocument 404 /index.php" to the end of
the ".htaccess" file in the root of my Joomla! site
3. added the following to my "web.config" file:
<system.web>
<customErrors defaultRedirect="index.php" mode="On">
<error statusCode="404" redirect="index.php"/>
</customErrors>
</system.web>
4. added a ReDJ "item" that looks like this:
From: /forum
To: /index.php?option=com_ccboard&view=forumlist&Itemid=77
Whenever I navigate to "
mysite.com/forum" I get the standard IIS 404 error. I've also verified that my hosting provider allows for overriding the "customErrors" directive in the "web.config" file.
Any help would be greatly appreciated!
Thanks in advance,
Eric