vBulletin Search Engine Optimization
This is a discussion on 404 within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Unfortunately another 404 error. Ive been reading all the post about 404 trying to get this to work. i have ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 404
Unfortunately another 404 error. Ive been reading all the post about 404 trying to get this to work. i have uploaded the .htaccess file with the following inside it and its still giving me 404 page not founds aftere enabling the product in the admin cp forum found here http://www.onlineplayersunion.com/forum/index.php thanks 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 vBulletin folder (i.e. RewriteBase /forums)
RewriteBase /forum
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=
RewriteCond %{REQUEST_FILENAME} !chat
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]
|
|
#2
| ||||
| ||||
| Re: 404
Hello, make sure that mod_rewrite is supported at your server. You can check that in phpinfo() and try any simple rewrite rule to see if it works, like: 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: 404
it doesn't appear so the only thing referring to rewrite is url_rewriter.tags local value a=href,area=href,frame=src,input=src,form=,fieldse t= master value a=href,area=href,frame=src,input=src,form=,fieldse t= |
|
#4
| ||||
| ||||
| Re: 404 Quote:
this is not related to mod_rewrite. Instead, you should see "mod_rewrite" in the "Loaded Modules" block in phpinfo(). If you don't have it, you should enable it in your apache configuration.
__________________ 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. |
|
#5
| |||
| |||
| Re: 404
we are asking it to be loaded by the servere admin
|
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 404 settings | briansol | URL Rewrite Settings | 12 | 04-22-2006 07:09 PM |
| 404 page | Bruceper | URL Rewrite Settings | 3 | 02-24-2006 02:13 PM |
| 404 errors | T2DMan | Bug Reporting | 5 | 08-16-2005 09:16 PM |
| 404 errors - they need to show, but are not | T2DMan | Bug Reporting | 5 | 08-12-2005 08:11 PM |