vBulletin Search Engine Optimization
This is a discussion on Getting 404 errors. within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, I am getting the 404 errors whenever i click on any forum or post. I've done what you mentioned ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Getting 404 errors.
Hi, I am getting the 404 errors whenever i click on any forum or post. I've done what you mentioned in troubleshooting about 'RewriteBase',but still the same errors. The .htaccess file is - Quote:
My forum url - webmasters-forum.org At present I've turned off the vbseo plugin. |
|
#2
| ||||
| ||||
|
Remove the # sign in front of RewriteCond & RewriteRule Code: RewriteCond %{HTTP_HOST} !^www\.webmasters-forum\.org
RewriteRule (.*) http://www.webmasters-forum.org/$1 [L,R=301]
However, you need to make sure that your host has mod_rewrite enabled. If rewrite urls are enabled, and after removing the # signs did not work, add Options +FollowSymLinks at the top of your .htaccess. |
|
#3
| |||
| |||
|
I asked my hosting company about the server type,it's IIS. I think this is the problem. Can you plz tell me how to install it on IIS server. |
|
#4
| ||||
| ||||
| Quote:
In summary, you cannot use vBSEO rewriting rules on an IIS server. You have to find a new host or disable vBSEO rewriting rules. However, these rewriting rules are crucial to your SEO score, just like every other feature of vBSEO. InterServed is one that I'd recommend, because they even offer database migration which means that they can switch from your old host to their new one. However, I am not certain that they have done this with Windows-to-Linux but you could always ask! They've done this with mine, flawlessly. In less than 30 minutes, I was already running with InterServed!
__________________ |
|
#5
| ||||
| ||||
| Quote:
On IIS servers you need to have ISAPI_Rewrite tool installed on your server. You can download the latest version from : ISAPI_Rewrite 3 - Apache mod_rewrite compatible module for IIS Once you install ISAPI_Rewrite please follow the instructions inside readme.html ( other services ) |
| Tags |
| 404 errors |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 403 Errors | mattysheff | Troubleshooting | 3 | 06-27-2008 04:16 PM |
| Some little errors | UnderEstimated | vBSEO.com 1.0 Style | 0 | 09-15-2007 08:01 PM |
| Log In errors | gedsta | Troubleshooting | 11 | 07-17-2007 11:37 AM |
| What to do About 500 Errors | sinjix_media | URL Rewrite Settings | 8 | 07-10-2007 06:25 PM |
| Errors | friendly | Troubleshooting | 4 | 11-19-2006 08:47 PM |