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

Can't Login

Status
Not open for further replies.

garfieldgroup

Chevereto Member
Similar issue to: http:// [remove] chevereto.com/community/threads/cannot-login.3595/

However, his fix with the RewriteBase didn't work. Willing to send URL and credentials for help on the debug!

Thanks in advance.
 
Actually is a mod_rewrite issue.

Open .htaccess and change this:
Code:
#RewriteBase /chevereto

To this:
Code:
RewriteBase /

Does it works now?
 
Unfortunately it doesn't. That was the first thing I tried when I found that other user who had the same issue.

.htaccess snippet:
# Turn on mod_rewrite​
RewriteEngine On​
# If you have problems with the rewrite rules remove the "#" from the following RewriteBase line​
# You will also have to change the path to reflect the path to your Chevereto installation​
RewriteBase /​
 
Sadly, mod_rewrite also resides in the core of the httpd.conf file. If the AllowOverride settings are incorrect mod_rewrite won't work at all.
 
That was the issue! I had mod_rewrite enabled, but then in the httpd.conf had 'AllowOverride None'

Thanks for the help! I'm gonna go bang my head on a wall now :]
 
Status
Not open for further replies.
Back
Top