.htaccess rewrite white space

Discussion in 'Apache' started by Kuna, Mar 18, 2010.

  1. #1
    This is my .htaccess
    ErrorDocument 404 /404.html
    
    Options -Multiviews
    
    RewriteEngine On
    RewriteBase /
    
    # Force search engines to use www.mysite.com
    RewriteCond %{HTTP_HOST} !^www\.mysite\.com$
    RewriteRule ^(.*) http://www.mysite.com/$1 [R=301,L]
    
    # Specify search friendly URLs
    RewriteRule ^File$ /files/pdf/file name.pdf [L]
    
    
    Code (markup):

    How to allow to redirect visitors to that file with space in the name
     
    Kuna, Mar 18, 2010 IP