RE: xBilling [MODULE]
10-22-2015, 12:49 PM
(This post was last modified: 10-22-2015, 12:51 PM by coitam.)
(10-22-2015, 05:44 AM)TGates Wrote: As I have noted before, I think it has to do with the .htaccess file in the /panel/ folder.
I just moved everything to Ubuntu 14.04 (php 5.5) from Windows (php 5.3) and get the same error.
Has something to do with the rewrite rule for api.php I believe, since I get a similar error on another project I am working on that uses the API.
Code:RewriteRule ^api/([^/\.]+)/?$ bin/api.php?m=$1 [L]
Also checking on host file entries too. Had another issue related to calling another API on same server.
I had to add an entry for 127.0.0.1 updates.domain.tk so I could test on the same server. Did not need this on Windows.
I using PHP 5.3 but i tested 2 files .htaccess in Panel and in my host but i can't repair error Please tell me how about repair it step by step. Because i'm just newbie. Thanh for reply!!!