User Tools

This is an old revision of the document!


Source

When someone is using a link on a forum or somewhere else using a trailing space, there can be a problem in the url returning a 404 error because the server sees a %20 at the end

for example ;

http://wiki.ssm2017.com

here is the .htaccess directive to correct that

RewriteCond %{THE_REQUEST} ^[A-Z]+\ /[^%?\ ]*\%
RewriteRule ^. / [R=301,L]

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information