Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
RewriteCond %{REQUEST_URI} !\.(css|js|jpg|gif|png)$ - file mask
RewriteCond %{REQUEST_FILENAME} -f without mask is just file
RewriteCond %{REQUEST_FILENAME} robots.txt$ - specific file
Your rule
RewriteCond %{HTTP_HOST} !^www\.site\.com
RewriteCond %{REQUEST_FILENAME} file.rar$
RewriteRule ^/(.+\..+)$ /disk/$1? [L,R=301]
RewriteCond %{HTTP_HOST} !^www\.site\.com
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^/(.+\..+)$ /disk/$1? [L,R=301]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question