Created
June 7, 2017 12:51
-
-
Save punit5658/382c639cb6597c75f940d88ea56754fa to your computer and use it in GitHub Desktop.
Redirect URL which contain space
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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