Lan Posted October 5, 2011 Share Posted October 5, 2011 Hi, I find many errors in "Error Log" in cpanel: [Wed Oct 05 10:35:40 2011] [error] [client xx.xxx.1xx.xx] File does not exist: /home/xxxxxx/public_html/xxxxxx/knowledgebase htaccess can be a problem? 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] Thanks Lan 0 Quote Link to comment Share on other sites More sharing options...
Lan Posted October 5, 2011 Author Share Posted October 5, 2011 someone help me? 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.