vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
New vBSEO Discount Level for Network Builders Meet vBSEO Team in New York (Nov. 3rd & 4th) vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

500 internal server error plz help

This is a discussion on 500 internal server error plz help within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Hi there i upgraded my VB to version 3.7.2 and when trying to post any reply or any thread i ...

Go Back   vBulletin SEO Forums > vBSEO Google/Yahoo Sitemap > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 07-29-2008, 09:39 AM
Senior Member
 
Real Name: Seleno
Join Date: Mar 2007
Posts: 211
Blog Entries: 1
Exclamation 500 internal server error plz help

Hi there
i upgraded my VB to version 3.7.2 and when trying to post any reply or any thread i got HTTP 500 internal server error
some one told me to updare php version to 5 and i did,but this didn't solve the problem

some people say its from htaccess rewrite code
this is my htaccess:

HTML Code:
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /vb)
#RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.mysite\.net
#RewriteRule (.*) http://www.mysite.net/vb/$1 [L,R=301]
RewriteRule (.*) http://www.mysite.net/vb/ [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
ExpiresActive On 
ExpiresByType image/gif "access 1 week" 
ExpiresByType image/jpg "access 1 week" 
ExpiresByType image/jpeg "access 1 week" 
ExpiresByType image/png "access 1 week" 
ExpiresByType text/css "access 1 week" 
ExpiresByType text/js "access 1 week" 
ExpiresByType application/x-shockwave-flash "access 1 week" 
ExpiresByType application/x-javascript  "access 1 week"  
EnableSendfile Off
plz let me know if any one can solve this problem for me
waiting your help
__________________
Top Web Hosting List
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-29-2008, 12:21 PM
Joe Ward's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Joseph Ward
Join Date: Jun 2005
Location: Puerto Rico
Posts: 19,309
Blog Entries: 7
[How to] Check if mod_rewrite is working for my site

Does it work if you replace your current htaccess with the default vBSEO htaccess?
__________________
Joe Ward / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-29-2008, 04:57 PM
Ace Shattock's Avatar
vBSEO Staff
vBSEO Total Customer SupportCommunity Builder
 
Real Name: Ace Shattock
Join Date: Jul 2005
Location: New Zealand
Posts: 2,881
This bit looks a bit odd.

Quote:
RewriteCond %{HTTP_HOST} !^www\.mysite\.net
#RewriteRule (.*) http://www.mysite.net/vb/$1 [L,R=301]
As in, why not just use the currently hashed-out one? It looks to be the correct one, with the $1 at the end.
__________________
Ace Shattock / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.


My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | vBulletin Hosting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-29-2008, 05:08 PM
Senior Member
 
Real Name: Seleno
Join Date: Mar 2007
Posts: 211
Blog Entries: 1
hi there
i solved the problem it was from xml file
but is there any wrong in my htaccess?
thanx every one!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
500 internal server error

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
500 Internal Server error tehPARADOX Troubleshooting 3 06-15-2008 08:34 AM
Internal Server Error ZeKiTuRk Türkçe 6 05-04-2008 02:54 PM
Internal Server Error Cagatayh Türkçe 8 08-03-2007 03:24 PM
500 Internal Server Error Neutral Singh Troubleshooting 4 01-15-2006 08:35 AM


All times are GMT -4. The time now is 10:03 AM.


Powered by vBulletin Version 3.8.0 Beta 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.