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