dethfire
Well-known member
- Affected version
 - 1.5.21
 
This is troublesome when apache redirects automatically add in the backslash to your final destination
ex.
	
	
	
		
turns into
	
	
	
		
and will break
				
			ex.
		Code:
	
	RewriteRule ^external.php* https://www.physicsforums.com/forums/-/index.rss [R=301,L]
	turns into
		Code:
	
	https://www.physicsforums.com/forums/-/index.rss/
	and will break