Hello, I have a problem too... i tryed to solve following the comments but... nothing this is the error i have:
Vbulletin 4.1.1
Quote:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, XXXXXX 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.
|
Then This is my htaccess:
Code:
RewriteEngine on
#For custom 404 error page:
ErrorDocument 404 /404/404.php
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/XXXXX
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
The forum is on the main root, and vbseo folder is in root/vbseo_sitemap and the file permission is 777 on files and folders
Error Log:
~~~~ this acceding directly via url
[Thu Feb 24 17:59:18 2011] [error] [client xxx] File does not exist: /home/xxxx/public_html/500.shtml
[Thu Feb 24 17:59:18 2011] [error] [client xxx] SoftException in Application.cpp:256: File "/home/xxxxx/public_html/vbseo_sitemap/index.php" is writeable by group
~~~~ this acceding via admin cp
[Thu Feb 24 17:35:00 2011] [error] [client xxx.xxx.xxx.xx] File does not exist: /home/xxxxx/public_html/500.shtml, referer:
http://www.domainname.com/admincp/index.php?do=nav
What else?