Results 1 to 11 of 11

Interested in purchasing vbSEO, but...

This is a discussion on Interested in purchasing vbSEO, but... within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; I have a bit of an unusal site configuration, and I'm hoping that vbSEO will work with my site set ...

  1. #1
    Member
    Real Name
    Jim MacDiarmid
    Join Date
    Mar 2008
    Posts
    48
    Liked
    0 times

    Interested in purchasing vbSEO, but...

    I have a bit of an unusal site configuration, and I'm hoping that vbSEO will work with my site set up like this. On my webhost my primary domain is setup as kv-guild.net however the site that I want to purchase vbSEO for (www.talkvirginia.net) is setup as a subdomain. I have an htaccess file set up so that any attempt to access talkvirginia.net as a subdomain will be igored and redirected to www.talkvirginia.net. The only problem is that I've attempted to alter my htaccess file for other seo purposes and it has broken the current configuration. This makes me feel that vbSEO may not work unless talkvirginia.net is setup on a webhost as a primary domain. Anyone have different thoughts on this? Has anyone heard of this before?

    Thanks in advance!
    Jim

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello Jim,

    it looks ok, there should be no issues with vBSEO in this setup.

  3. #3
    Member
    Real Name
    Jim MacDiarmid
    Join Date
    Mar 2008
    Posts
    48
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello Jim,

    it looks ok, there should be no issues with vBSEO in this setup.
    What is it that "looks ok"? I understand there "should" be no issues.. but I'd like to be as close to 100% sure as possible.

    Here is a sample of my current htaccess:

    Code:
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^talkvirginia.kv-guild.net$ [OR] 
    RewriteCond %{HTTP_HOST} ^www.talkvirginia.kv-guild.net$ 
    RewriteRule .* http: //talkvirginia.net/forum/ [r]
    ErrorDocument 400 /forum/httperror.php?e=400
    ErrorDocument 401 /forum/httperror.php?e=401
    ErrorDocument 403 /forum/httperror.php?e=403
    ErrorDocument 404 /forum/httperror.php?e=404
    ErrorDocument 405 /forum/httperror.php?e=405
    ErrorDocument 406 /forum/httperror.php?e=406
    ErrorDocument 407 /forum/httperror.php?e=407
    ErrorDocument 408 /forum/httperror.php?e=408
    ErrorDocument 409 /forum/httperror.php?e=409
    ErrorDocument 410 /forum/httperror.php?e=410
    ErrorDocument 411 /forum/httperror.php?e=411
    ErrorDocument 412 /forum/httperror.php?e=412
    ErrorDocument 413 /forum/httperror.php?e=413
    ErrorDocument 414 /forum/httperror.php?e=414
    ErrorDocument 415 /forum/httperror.php?e=415
    ErrorDocument 416 /forum/httperror.php?e=416
    ErrorDocument 417 /forum/httperror.php?e=417
    ErrorDocument 500 /forum/httperror.php?e=500
    ErrorDocument 501 /forum/httperror.php?e=501
    ErrorDocument 502 /forum/httperror.php?e=502
    ErrorDocument 503 /forum/httperror.php?e=503
    ErrorDocument 504 /forum/httperror.php?e=504
    ErrorDocument 505 /forum/httperror.php?e=505
    EDIT: Something strange was happening with line 4 in my sample and the addressin there was being rewritten in the post, so I inserted a space after the "http:" to prevent that from happening.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    To be closer to 100% you can confirm that mod_rewrite is working on your server following the instructions posted in [How to] Check if mod_rewrite is working for my site

  5. #5
    Member
    Real Name
    Jim MacDiarmid
    Join Date
    Mar 2008
    Posts
    48
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    To be closer to 100% you can confirm that mod_rewrite is working on your server following the instructions posted in [How to] Check if mod_rewrite is working for my site
    When I go to that link, I get a message telling me I don't have access to that page.

    Anyway, I've looked to see if mod_rewrite is installed and it is showing up on the php_info information page.

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    When I go to that link, I get a message telling me I don't have access to that page.
    That page should be visible to all users, even to guests. Please try to refresh the page with Ctrl-F5.

  7. #7
    Member
    Real Name
    Jim MacDiarmid
    Join Date
    Mar 2008
    Posts
    48
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    That page should be visible to all users, even to guests. Please try to refresh the page with Ctrl-F5.
    I tried the ctrl-F5 suggestion.. still no access. I even cleared temp files, deleted cookies, purged the prefetch folder in windows, threw salt over my left shoulder and said three hail marys. Ok.. maybe I didn't do the last couple steps.. but it sounded good. hehe

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Just in case, here is the same thread in google cache [How to] Check if mod_rewrite is working for my site - vBulletin SEO Forums

  9. #9
    Member
    Real Name
    Jim MacDiarmid
    Join Date
    Mar 2008
    Posts
    48
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Just in case, here is the same thread in google cache [How to] Check if mod_rewrite is working for my site - vBulletin SEO Forums
    Ok.. got to it that time.

    Now where in my htaccess file would this test go. If I change my htaccess file in my talkvirginia subdomain folder then I won't be able to get to my site using the talkvirginia.net address.

    I'm pretty sure the mod_rewrite is working, otherwise I wouldn't be able to do what I'm currently doing. I got the instructions from my web host's knowledge base.

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Yes, if you have redirect for talkvirginia working already, then mod_rewrite is confirmed.

  11. #11
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    36 times
    Blog Entries
    9
    Do you have any more questions for us Jim?

    Also: Please try another browser (IE or Firefox) to see if you can access this page:
    [How to] Check if mod_rewrite is working for my site

    It should definitely be accessible to you.

Similar Threads

  1. Interested in vBSEO but...
    By nyunyu in forum Pre-Sales Questions
    Replies: 13
    Last Post: 12-23-2007, 04:24 AM
  2. Can you help me please? i think that every one will be interested..
    By Yellow Slider in forum General Discussion
    Replies: 3
    Last Post: 07-11-2007, 11:57 AM
  3. On the fence about purchasing vbseo
    By cammot in forum Pre-Sales Questions
    Replies: 23
    Last Post: 04-12-2007, 04:09 PM
  4. Question about purchasing VBseo
    By cmj in forum Pre-Sales Questions
    Replies: 1
    Last Post: 12-10-2006, 05:15 PM
  5. Thinking about purchasing vBSEO?
    By Juan Muriente in forum Pre-Sales Questions
    Replies: 0
    Last Post: 09-24-2005, 01:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •