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

Issue when uploading .htaccess gets 500 internal server error

Status
Not open for further replies.

kenneth

Chevereto Member
Using v2.0 script.
Have som issues when I upload .htaccess file up to the directory. I get the 500 internal server error page. If I remove the file (or just rename it to something else), i get the screenpage telling me that it missing the .htaccess file.

What can it be? Some permission issue? Config file looks okey, not much editing.

Server runs Debian.
Apache/2.2.16 PHP/5.3.3-7 (with mod_rewrite)
 
$ cat .htaccess

ServerSignature Off
Options -Indexes

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^api$ api.php [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>

ErrorDocument 400 default
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 500 default
 
Since is your own server I think that the error is bad config. Mostly of the time people forget to load a module or do the right setup.
 
You mean server configuration? Or the Chevereto configuration?

The testing tool file says that I can run Chevereto. http://forumbilder.com/testtool/

Here's a screenshot of loaded modules.
pG2x.png
 
Status
Not open for further replies.
Back
Top