Hi im trying to do redirect from .jpg file to specific URL address but it don\'t work. Can sb help me?
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI}
Try this :
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^/(.*)\.jpg [NC] RewriteRule ^up/(.*)\.jpg/?$ /file?name=$1.jpg [R=301,L]