vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders 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

This is a discussion on 500 Internal Server Error within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi I am encountering a strange error. I recently bought another domain http://www.sikhism.ws , which is hosted on the same ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 01-14-2006, 01:33 AM
Senior Member
 
Real Name: Aman Singh
Join Date: Jul 2005
Location: Punjab, India
Posts: 149
Blog Entries: 1
Question 500 Internal Server Error

Hi

I am encountering a strange error.

I recently bought another domain http://www.sikhism.ws, which is hosted on the same hosting package, where my old domain sikhphilosophy.net is hosted (that host allows 2 domains under one hosting package).

The new domain has been pointed to a new directory called "sikhism" under "public_html" folder. Furhter, my vbulletin forums for domain "sikhphilosophy.net" are hosted on the root ie. public_html folder. So, the vbseo plugin information contating .htaccess file is located under the root.

Now, i am trying to install that free SMF forums on my new domain's root i.e. /public_html/sikhism/ folder. Everything installs fine but when i try to run the forums, i encounter "500 internal server error"... After gr8 hit and trial, it was established that .htaccess file was the root cause of this error. So, i removed all the information regarding vbseo plugin from the .htaccess file and surprisingly enough the domain http://www.sikhism.ws started working fine but then my old forums at sikhphilosophy.net naturally do not work if we remove that vbseo plugin information from .htacess file, which is quite unacceptable for me. :(

I would like to know how can we edit the .htaccess file so that it can not only contain vbseo plugin information as well as allows the new domain pointer to work along with it.

Presently my .htaccess information is as follows:

Code:
DirectoryIndex index.php

# 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

RewriteRule ^sikhphilosophy/(.*)$ http://www.sikhphilosophy.net/$1 [L,R=301]
# 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 /forums)
#RewriteBase /
RewriteRule ^(sitemap.*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.*)$ $1 [L]

RewriteCond %{QUERY_STRING} !vbseourl=
RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

Please guide me.

Thanks in advace.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 01-14-2006, 08:47 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,916
Re: 500 Internal Server Error

Hello,

please try the following modification in .htaccess:
FIND:
Quote:
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
REPLACE WITH:
Quote:
RewriteCond %{REQUEST_FILENAME} ^(sikhism|admincp|modcp|clientscript|cpstyles|imag es)/
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

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!Share on Facebook!
Reply With Quote
  #3  
Old 01-14-2006, 10:31 AM
ADM's Avatar
ADM ADM is offline
Senior Member
 
Real Name: Peter Papadopoulos
Join Date: Aug 2005
Location: Perth, Australia
Posts: 254
Re: 500 Internal Server Error

Make sure theres no space in images as vBulletin added a space there
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 01-15-2006, 12:48 AM
Senior Member
 
Real Name: Aman Singh
Join Date: Jul 2005
Location: Punjab, India
Posts: 149
Blog Entries: 1
Re: 500 Internal Server Error

Quote:
RewriteCond %{REQUEST_FILENAME} ^(sikhism|admincp|modcp|clientscript|cpstyles|imag es)/
Thanks Oleg, you are the man !!

Everything seems to be working fine although in the above code i had to remove ^ so that the code looks like the following:

Quote:
RewriteCond %{REQUEST_FILENAME} (sikhism|admincp|modcp|clientscript|cpstyles|imag es)/
Is it ok ?

Thanks again.

Best Regards

Aman
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 01-15-2006, 08:35 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,916
Re: 500 Internal Server Error

Quote:
Is it ok ?
That's ok, Aman.

I was not sure if other URLs that have sikhism/ inside will work correctly without a "^", but it seems like they work fine: http://www.sikhphilosophy.net/sikh-s...ook-amrit.html
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

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!Share on Facebook!
Reply With Quote
Reply

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
Internal 500 Error -- problem with .htaccess ADM Troubleshooting 6 10-11-2005 06:08 PM


All times are GMT -4. The time now is 05:28 PM.


Powered by vBulletin Version 3.8.0 Release Candidate 2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.