• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

.htaccess File RewriteRule

Status
Not open for further replies.

Kevinterra

Chevereto Member
Hey,

before were the images in the folder images\ acessible under the url domain.com/images/bild.jpg.
Since the update, the old images are in images\old. I've created two lines in the .htaccess File, but it does not work..

Code:
RewriteRule ^images/(\w*\.)(jpg|png|gif)$ images/old/$1$2 [L] #legacy images
RewriteRule ^thumbs/(\w*\.)(jpg|png|gif)$ images/old/$1th.$2 [L] #legacy thumbs

Sorry for my bad google translator english 😀
 
Problem is now fixed.

I've commented this out:
Code:
RewriteRule images/.+\.(gif|jpe?g|png|bmp) - [NC,L,R=404]
 
Status
Not open for further replies.
Back
Top