• 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

How can i :

Mcmar

banned
I want shortest url possible, and clear dictory with one dictory for image, and main public_html , for files.


So here is what i want:

I want that http://tqh.me/i/aAbW.png , into http://tqh.me/aAbW.png , like the /i/ map gets ''invisible'' , but it still exist..

So i want images to be uploaded to /i/ map, but i want url to be without the /i/ map.



-- And my 2nd question is , how can i change the hash size? or make even shorter url for image? , like three characters..

tqh.me/Arb.png
 
for the image folder thing I believe you can do this by adding a rewrite rule to your htaccess file.

and regarding the image name length, if you just use 3 character you will be limiting the amount of images you can host since there will be less combinations to create for the images names.
 
Back
Top