Answer the question
In order to leave comments, you need to log in
The easiest file manager for a website?
Actually, the site needs to make a small file manager.
The main task is to upload files to a specific folder.
And show a list of these files in a certain place.
On click, show a link to this file so that you can copy it.
I'm sure that there are ready-made solutions, but I can't google)
Just kick in the right direction, I'll fly)
Answer the question
In order to leave comments, you need to log in
RewriteCond %{REQUEST_URI} !^/images/upload
RewriteCond %{REQUEST_URI} !^/images/get
RewriteCond %{REQUEST_URI} !^/images/set
RewriteRule ^images/(.*)$ web/images/$1 [L]
RewriteCond $1 !^(upload|get|set)
RewriteRule ^images/(.*)$ web/images/$1 [L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question