vBulletin Search Engine Optimization
This is a discussion on Album pictures with 3.7.3 and vbseo 3.2 not working within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Originally Posted by abroad yes, by switching just the Member's Profile URLs rewrite rules off it works We now know ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#16
| ||||
| ||||
| Quote:
Therefore, I will share with you my member profile URLs custom settings with which I have fixed a similar issue to yours in the past(backup as always): You can change it to your likings, obviously, but keep a similar "form". These are all custom settings; thus, clicking the custom radio box is required. Member Profile [user_name]-[user_id].html Visitor Messaging Pagination members/[user_id]-[user_name]-page[page].html Visitor Conversation members/convo-[user_name]-[user_id]-with-[visitor_name]-[visitor_id].html Visitor Conversation Pagination members/[user_name]-[user_id]-with-[visitor_name]-[visitor_id]-page[page].html Friends List Pagination members/[user_name]-[user_id]-friends-page[page].html Albums List members/[user_name]-[user_id]-albums.html Albums members/[user_name]-[user_id]-albums-[album_title].html Picture Page members/[user_name]-[user_id]-albums-[album_id]-[album_title]-picture[picture_id]-[picture_title].html Picture Page Pagination members/[user_name]-[user_id]-albums-[album_title]-picture[picture_id]-[picture_title]-page[page].html Picture File members/[user_name]-[user_id]-albums-[album_title]-picture[picture_id]-[picture_title].[original_ext] Unfortunately, I don't know which setting causes the bug; therefore, I recommend you to change all of your member profile URLs with my custom settings or use a similar form.
__________________ |
|
#17
| |||
| |||
|
Thanks a lot. Made all the changes but didn't solve the problem.
|
|
#18
| ||||
| ||||
| Can you please post the content of your .htaccess and wrap it in [code] tags? Thank you.
|
|
#19
| |||
| |||
| 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 vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.finlandlive\.info
#RewriteRule (.*) http://www.finlandlive.info/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
|
|
#20
| ||||
| ||||
|
Are you running on a Windows server or Unix system? If you are running Windows, please check this post: User Albums - Pictures Not Displaying If you are running Unix system, please check this post: User Albums - Pictures Not Displaying This has nothing to do with the topic, but I checked your robots.txt and noticed a misconfiguration. First of all, you are trying to block ALL spiders from indexing your forums which makes vBSEO totally useless and you have a typo. This is your current code: Code: User-agent: * Disallow: Sitemap: http://www.finlandlive.info/sitemap_index.xml.gz This is the correct form User-agent: * Disallow: / Sitemap: http://www.finlandlive.info/sitemap_index.xml.gz "Block all search engines from indexing me but here, look at my sitemap, oh no wait, I blocked you." Therefore, the "expected" form should be: Code: User-Agent: * Allow: / Sitemap: http://www.finlandlive.info/sitemap_index.xml.gz |
|
#21
| |||
| |||
|
Thank you! I am using Unix. Well it says that I have to add these lines in htaccess, but where do I see the name e.g. useralbums in this case: RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|useralbums/) RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images|user albums)/ |
|
#22
| ||||
| ||||
|
Update: resolved via support ticket. functions_vbseo.php file modified for that.
__________________ 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. |
|
#23
| |||
| |||
|
thanks a lot! Everything works fine now!
|
|
#24
| ||||
| ||||
|
You are welcome!
__________________ 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 |
| Can't delete an album because of vBSEO ? | MonkY | Troubleshooting | 2 | 08-29-2008 04:10 PM |
| RC4 Pictures are gone | Griechenland | Bug Reporting | 36 | 08-14-2008 06:12 AM |
| VbSeo Upgrade Sonrası Album Sorunu. | with you | Türkçe | 8 | 07-01-2008 05:04 AM |