S
S
Sergey Shaklein2018-08-03 10:04:04
htaccess
Sergey Shaklein, 2018-08-03 10:04:04

How to bulk redirect images in htaccess?

There are a bunch of files in the root of the site /
Need to move them to /uploads/
How to register a redirect with a specific extension in htaccess?
For example /005_3.jpg redirect to /uploads/005_3.jpg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2018-08-03
@sanshung

RewriteEngine On

RewriteRule ^([^/]+\.jpg)$ /uploads/$1 [R=301,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question