vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Zoints SEO (https://vborg.vbsupport.ru/showthread.php?t=127336)

sweede 11-16-2007 06:01 AM

Is there something that i need to enable / do to have the SEO changed URLs wrapped in vbAdvanced also ?
http://dramaloot.com/forum.php works fine

Clicking on a link takes me to
http://dramaloot.com/news-f31.html?f=31 (note the ?f=31 )
http://dramaloot.com/illidian-down-t2071.html
Neither are wrapped in vbAdvanced

(Note that the forums above do not have SEO Enabled until this matter is fixed).


Thanks

Jason Black 11-22-2007 12:52 PM

Does zoints disrupt google and yahoo spiders?

doushx 11-22-2007 03:12 PM

this is default links
/tek-hatam-demirorene-inanmak-t23706.html
I want make this
/t23706-tek-hatam-demirorene-inanmak.html
can you help me?

yathyo 11-25-2007 07:51 PM

Quote:

Originally Posted by Leecher24 (Post 1330974)
Hallo

I have at the moment the Domain xxxyyyz.BiZ with Zoints seo. And next week I will change my Board to the Domain xxxyyyz.to

What I must put in the .htacces that all links from the .biz domain (otherwebspace or redirection to .to domain).

That all links that are listed in google redirect to right thread.

Greetz L24

Rename old forum directory and create a new one with the same name (forum_old, forum)

Create a file named "redirector.php" in the new directory with the following code:
Code:

<?
$url=$_SERVER[’REQUEST_URI’]);
$old_forum_url="http://www.oldurl.com/forums/";
$new_forum_url="http://www.newurl.com/forums/";

$url=str_replace ( $old_forum_url, $new_forum_url, $url );
header( "HTTP/1.1 301 Moved Permanently" );
header( "Location: $url" );
?>

Create a .htaccess file in the new directory with this code:
Code:

ErrorDocument 404 redirector.php
Regards! ;)

Quote:

Originally Posted by Jason Black (Post 1387484)
Does zoints disrupt google and yahoo spiders?

Not at all! :)

expatdirectory 12-02-2007 12:48 PM

Uploaded, looks good but

when I click on the sitemap, it only display the top forum, when I click on this I get a 404 error. This may be down to regeneration so I will check back later.

Also, the sitemap shows private hidden forums... Not always the best idea :rolleyes:

yathyo 12-02-2007 03:44 PM

If you are not logged in you will not see this forums

expatdirectory 12-03-2007 07:57 PM

Quote:

Originally Posted by yathyo (Post 1393563)
If you are not logged in you will not see this forums

That was the first thing I checked. Even logged out it was showing my private forums.

I have hidden them until I can work out the problem.

I still cant get the site map to work properly though, generates a 404 whenever your click on a link.

my sitemap is here if you want to have a look.

I am wondering whether I have a bad install.

profanitytalker 12-07-2007 11:23 AM

*Installed* Best free seo product ever and can compete with vbseo. Thanks!

alexgeek 12-12-2007 06:24 PM

I have a problem!
My site: Unmoderated Forums
As you can see if you click the sitemap URL (/sitemap/ - it generates a 404 page.
If you visit /sitemap/index.php though, the page appears!
What's wrong?
Thanks


And this is my htaccess:
Code:

Options +FollowSymlinks
RewriteEngine on

RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]


alexgeek 12-13-2007 08:43 PM

okay I load the page now
I use this Htaccess.
Code:

Options +FollowSymlinks
RewriteEngine on

RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteRule ^(archive|sitemap)/(.*)$ /sitemap/index.php/$2 [L]

But none of the links work.
They are reqritten like so: /sitemap/staff-section-f13.html
This generates a 404. I don't see any rewrites for the sitemap/archive in the zoints htaccess!
Will I have to write my own? Please help!


All times are GMT. The time now is 04:44 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01639 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete