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

I need Help!!!!

Status
Not open for further replies.
my webmaster send me this:


Yes, it is enabled and well confiugured.
-----------------------
paca:/root# httpd -M | grep rewrite
[Thu Dec 13 05:24:39 2012] [warn] module hostinglimits_module is already loaded, skipping

Syntax OK
rewrite_module (static)
-----------------------



Vaibhav Potdar
Jr. Technical Operations Officer
 
Sorry but this URL isn't working: http://www.peekimages.com/api

And the redir is obvious in the .htaccess file:
Code:
RewriteRule ^api$ api.php [L]

Tell him that the URL isn't working and therefore the mod_rewrite is not well installed or working properly in your hosting. Is that simple. Perhaps there is a override or something like that. Key factor here is that the API rewrite isn't working and therefore mod_rewrite is not working as expected.
 
I have just installed chevereto in my own pc, " linux debian, php, mysql,apache, and mod_rewrite enabled" and I'm having the same problem. so I think is not a server problem
 
I also have a local copy in my machine and I dont have the issue. When you see problems that affect just a few people or just one person then is 100% sure a server config error and in localhost you also have to tweak the server a little bit, for instance if you use wamp + alias you need to add a rewritebase in the htaccess.

Mod rewrite also have a override setting in the conf file of apache that it needs to be commented in order to work properly. In some hostings the server admin forgot about this and they just install the module and forgot this key element. Take note of the AllowOverride thing http://www.jarrodoberto.com/articles/2011/11/enabling-mod-rewrite-on-ubuntu

And is not a Chevereto special config, is a bad server setup.
 
Status
Not open for further replies.
Back
Top