V
V
vitaly_742021-06-03 20:25:25
htaccess
vitaly_74, 2021-06-03 20:25:25

How to change the dynamic link to a file?

I have files in the folder: /storage/db/doc....
and there is also a link /storage/user1/db/doc...
and user1 can change
like all links like /storage/user1/db/doc.. .move to /storage/db/doc...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Viktor Taran, 2021-06-04
@vitaly_74

RewriteRule ^storage/.+/db/(.+)$ /storage/db/$1/? [L,R=301]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question