Hi. I know this will probably seem redundant, and maybe even obvious.
I thought I'd post it in the hopes it may help someone.
May be it is even a type of a bug. Depending upon your definition of a bug.
When receiving the internal server error, check to make sure the htaccess file created by the mod is correct.
Entirely correct.
Here is what I mean.
I set up a test forum. I even called it: Test Forum
When the mod creates the htaccess file it goes like this:
# PRETTYURLS MOD BEGINS
# Pretty URLs mod
# http://code.google.com/p/prettyurls/
# .htaccess file generated automatically on: May 5, 2012, 12:08
RewriteEngine on
RewriteBase /Test Forum
See the problem?
It should write it like this:
# PRETTYURLS MOD BEGINS
# Pretty URLs mod
# http://code.google.com/p/prettyurls/
# .htaccess file generated automatically on: May 5, 2012, 12:08
RewriteEngine on
RewriteBase /Test%20Forum
making sure that the %20 is there.
Every change to the htaccess file brings back the space instead of writing %20
I know.
I know.
I know.
Test Forum is sloppy coding. (shrug)
Just hope this helps someone who may, innocently create a forum with a space.
Hope all are well!
: o )