HI,
I use the Advanced MOD 0.70 with phpbb 3.0.11.
Recently I found that attachments that contain space characters get downloaded by several users having all spaces converted into %20's.
Now with the standard phpbb this was not the case, and while I am aware of the issue with spaces, I would like to knwo how this could be fixed given that it works in plain vanilla phpbb.
In the htacces file, there is this rewrite:
RewriteRule ^resources/+/(thumb/)?(+)$ /download/file.php?id=$2&t=$1
any idea ahy the SEO mod affects how spaces are treated for attachments??