Skip to content

Instantly share code, notes, and snippets.

@punit5658
Created June 7, 2017 12:51
Show Gist options
  • Save punit5658/382c639cb6597c75f940d88ea56754fa to your computer and use it in GitHub Desktop.
Save punit5658/382c639cb6597c75f940d88ea56754fa to your computer and use it in GitHub Desktop.
Redirect URL which contain space
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_URI} "images/case-studies-pdf/Case\sStudy\s-\sDelta\sCourt\s-\sInstallation\sof\sRoof\sAccess\sPoints.pdf"
RewriteRule .* http://site.uk/images/case-studies-pdf/Case-Study-Delta-Court-Installation-of-Roof-Access-Points.pdf [R=301,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment