Quote:
Originally Posted by Valerio
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
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?
|
Files should never be 777. Normal files should be 644 on DSO, 755 on some cgi builds. Check with your host.