for error handling, the user *is not* sent back to the page.
wot happens is fmbadhandler loads the page itself, adds in the original field values, and then sends the resulting HTML to the user.
so the user gets the original page displayed, but the URL is different - u can see it in the browser address bar
so, wot u need is to authenticate fmbadhandler so it can access the directory
since ur server is access in the page, u can add something to .htaccess to always allow that IP address ot the directory
there are settings along with a whole lot of documentation about this issue at the top of fmbadhandler.php. Look for "HTTP Authentication"
Bookmarks