If i go to http://www.domain.com/test123/ (or anything that does not exist) i get redirected to http://www.domain.com/a/
Is that right?
This is a discussion on getting redirected to domains.com/a/ within the General Discussion forums, part of the vBSEO SEO Plugin category; If i go to http://www.domain.com/test123/ (or anything that does not exist) i get redirected to http://www.domain.com/a/ Is that right?...
If i go to http://www.domain.com/test123/ (or anything that does not exist) i get redirected to http://www.domain.com/a/
Is that right?
http://www.wiihacks.com - Nintendo Wii Hacks
Do you have a forum named test123 ?
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
no it does not...
if i go to domain.com/test123 it says 'page not found'
but if i go to domain.com/test123/ it redirects me to domain.com/a/ and says:
Invalid Forum specified. If you followed a valid link, please notify the administrator
http://www.wiihacks.com - Nintendo Wii Hacks
What is your .htaccess content ?
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
# 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 /forums/)
#RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.domain\.com
RewriteRule (.*) http://www.domain.com/$1 [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]
*changed my actual domain to 'domain.com'
http://www.wiihacks.com - Nintendo Wii Hacks
I got this behavior too, but the german support said, that this is normal.
I have this problem on one of my forums too.
2011 Average: 1 post every 5 seconds... 24/7
This is default vBulletin functionality.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
It's not default on vbulletin.com?
How do we stop it?
2011 Average: 1 post every 5 seconds... 24/7
It is default on vBulletin.com also. You can try vBulletin Community Forum and see. The only difference on vBSEO is as there is no title to retrieve it displays "a"
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
on vBSEO it says 'Page not found' and throws a 404 (same as my other sites). This only happens on 1 of my sites?
2011 Average: 1 post every 5 seconds... 24/7
Please try to modify functions_vbseo.php file:
find:
replace with:PHP Code:if(VBSEO_REWRITE_FORUM && (THIS_SCRIPT == 'forumdisplay'))
PHP Code:if(VBSEO_REWRITE_FORUM && (THIS_SCRIPT == 'forumdisplay') && ($_GET['f']>0))
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam