On 23 Aug 2006, at 12:13, Scott Stroz wrote: > However, when I try to redirect to a .cfm page, I get the following: > > <head><title>JRun Servlet Error</title></head><h1>403 Forbidden</ > h1><body> > Forbidden</body>
I have encountered this before. I did some Googling at the time, but I don't believe I found the cause of the problem. What I ended up doing was moving my RewriteRules from $APACHE/conf/ httpd.conf to an .htaccess file in the root of the virtual web server that I wanted to set URL rewriting rules. For some reason, that solved the problem. Just keep in mind that the expressions that you use for matching will be slightly different when they are evoked from an .htaccess file. The best bet is to turn on RewriteLog logging so you can see what's going on. -- Joseph Lamoree ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250777 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

