• 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.

After transferring host Chevereto can not view any image

Status
Not open for further replies.

tangmo12

Chevereto Member
Hi,

After transferring the host, Chevereto cannot view any images. How can I fix this. Please help.
 

Attachments

  • 9-20-2015 8-53-15 PM.jpg
    9-20-2015 8-53-15 PM.jpg
    251.1 KB · Views: 6
You have an internal sever error, which most of he time indicate a problem in either an htaccess file or somewhere else in your server.

You could check the server error_log for more information.
 
Hi,

it said "public_html/owlshot/images/.htaccess: Option ExecCGI not allowed here"

and the images/.htaccess detail below;
Code:
<Files .*>
order allow,deny
deny from all
</Files>

#AddHandler cgi-script .php .php3 .phtml .pl .py .jsp .asp .htm .shtml .sh .cgi .fcgi
#Options -ExecCGI

<FilesMatch "\.(jpg|jpeg|jpe|gif|png|tif|tiff)$">
    Order Deny,Allow
    Allow from all
</FilesMatch>
and I also try change to :
Code:
<Files .*>
order allow,deny
deny from all
</Files>

AddHandler cgi-script .php .php3 .phtml .pl .py .jsp .asp .htm .shtml .sh .cgi .fcgi
Options -ExecCGI
But still doesn't work.
 
Last edited:
Status
Not open for further replies.
Back
Top