vBulletin Search Engine Optimization
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 ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
|
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.
__________________ Web Link Directory :: sikhs :: Sikh Business Associates :: Herbal Health Products Store |
|
#2
| ||||
| ||||
| Re: 500 Internal Server Error
Hello, please try the following modification in .htaccess: FIND: Quote:
Quote:
__________________ 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. |
|
#3
| ||||
| ||||
| Re: 500 Internal Server Error
Make sure theres no space in images as vBulletin added a space there |
|
#4
| |||
| |||
| Re: 500 Internal Server Error Quote:
Everything seems to be working fine although in the above code i had to remove ^ so that the code looks like the following: Quote:
Thanks again. Best Regards Aman |
|
#5
| ||||
| ||||
| Re: 500 Internal Server Error Quote:
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. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Internal 500 Error -- problem with .htaccess | ADM | Troubleshooting | 6 | 10-11-2005 06:08 PM |