|
That will ultimately come down to your rewrite rules. If I had to guess, one of them has a trailing / on it, and the rewrite engine either only handles it with the trailing front slash or doesn't handle it. One or the other would trigger an error since it is now looking for a directory which presumably doesn't exist.
|