• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

.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 :D
 
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