Lan Posted May 31, 2011 Share Posted May 31, 2011 I use WHMCS for a long time. The research domain has always worked. I am now three days that no longer works Domain Whois Lookup aspect is then Internal Server Error I can not look Domains may depend on what? I use a translator Thanks 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted May 31, 2011 WHMCS Support Manager Share Posted May 31, 2011 Unfortunately a 500 Internal Server Error error is just a generic message from your server, it could be that ioncube is incorrectly installed or there are some settings in a .htaccess file causing an error. In order to find the exact cause of the error please refer to your error logs. With this specific information we can then help troubleshoot the issue. 0 Quote Link to comment Share on other sites More sharing options...
Lan Posted May 31, 2011 Author Share Posted May 31, 2011 I find no errors in the log file. This is my htaccess: Options FollowSymLinks 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] However, now works, even if it is a bit slow. maybe it's a connection problem between my server and the registrar. thanks John 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.