Linux Posted July 8, 2015 Share Posted July 8, 2015 Hi, When i try to login with : /https://papiweb.ca/whmcs/admin/login.php I've got that error display: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@papiweb.ca and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. I decide to check in my server log and find this thing: [Tue Jul 07 19:38:46 2015] [alert] /home/papiw263/public_html/whmcs/.htaccess: RewriteRule: bad flag delimiters I check in the cPanel and the Softaculous software to try to find what happen with my WHMCS. This page show me this (see the attachment WHMCS.jpg). I check if that software is uninstall, is not, every files is there (I think). I did nothing before that, I just try to verify my customer listing and have that error. 0 Quote Link to comment Share on other sites More sharing options...
freemind Posted July 8, 2015 Share Posted July 8, 2015 check your .htaccess file.if WHMCS is v6 then check PHP and IonCube version 0 Quote Link to comment Share on other sites More sharing options...
Linux Posted July 9, 2015 Author Share Posted July 9, 2015 The PHP and the IonCube version is ok. I check the error journal and I found this : [Thu Jul 09 16:30:51 2015] [alert] /home/papiw263/public_html/whmcs/.htaccess: RewriteRule: bad flag delimiters, referer: https://domain.ca/ There is my .htaccess file. RewriteEngine On # Announcements RewriteRule ^announcements/([0-9]+)/[a-z0-9_-]+\.html$ ./announcements.php?id=$1 [L,NC] RewriteRule ^announcements$ ./announcements.php [L,NC] # Downloads RewriteRule ^downloads/([0-9]+)/([^/]*)$ ./downloads.php?action=displaycat&catid=$1 [L,NC] RewriteRule ^downloads$ ./downloads.php [L,NC] # Knowledgebase RewriteRule ^knowledgebase/([0-9]+)/[a-z0-9_-]+\.html$ ./knowledgebase.php?action=displayarticle&id=$1 [L,NC] RewriteRule ^knowledgebase/([0-9]+)/([^/]*)$ ./knowledgebase.php?action=displaycat&catid=$1 [L,NC] RewriteRule ^knowledgebase$ ./knowledgebase.php [L,NC]Options -Indexes Thank for your answer Freemind 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.