• 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

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