Results 1 to 10 of 10

I couldn't Use VBSEO after 7 days !

This is a discussion on I couldn't Use VBSEO after 7 days ! within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi Dears I installed vBSEO 3.2.0 successfuly ( License Key is green ) when VBSEO is Activate, visitors that go ...

  1. #1
    Junior Member
    Real Name
    Catherine L Wright
    Join Date
    Sep 2008
    Posts
    27
    Liked
    0 times

    I couldn't Use VBSEO after 7 days !

    Hi Dears

    I installed vBSEO 3.2.0 successfuly ( License Key is green )

    when VBSEO is Activate, visitors that go to

    http://forum.hamednet.com

    /forumdisplay.php

    /usercp.php

    see blank page

    but for visit other part of forum ( threads , memberlist, post ,faq , .... )

    don't have any problem

    I ticket and Mert Gökçeimam help me too

    he said :

    Quote Originally Posted by Mert Gökçeimam
    In the man time you can check that your server supports mod_rewrite.

    You can check it by [How to] Check if mod_rewrite is working for my site
    I edit .htaccess file in forum root folder like this

    PHP Code:
    RewriteEngine on
    RewriteRule testpage
    \.html http://www.google.com [R]
    # 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.

    # 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\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[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
    When I type
    http://hamednet.com/forum/testpage.html
    http://hamednet.com/testpage.html
    Don't redirect to Google !!

    I tolk server bluehost

    they tell

    RewriteEngine on into your server already. You can use it as you wish through the htaccess file. mod_rewrite is enable in all bluehost sever
    bluehost sever is strong and support bluehost are not mendacious

    bluehost sever are sure that mod_rewrite is enable in my host

    Dears please help me

    I'm waiting several days and upset for this problem

    I buy VBSEO but can't Enable it

    mod_rewrite is enabled in all bluehost's server

    I think There is other obstacle

    I request you resolve this problem ,please

    Thanks for your advice

  2. #2
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    4,012
    Liked
    13 times
    Hello Catherine,

    In the instructions that Mert linked, the directive in .htaccess looks like this:

    Code:
    RewriteRule testpage\.html http://www.google.com [R]
    In your .htaccess, it looks like this.

    Code:
    RewriteRule testpage.html http://www.google.com [R]
    Please correct it, and report the results here.

  3. #3
    Junior Member
    Real Name
    Catherine L Wright
    Join Date
    Sep 2008
    Posts
    27
    Liked
    0 times
    Hi Ace Shattock

    in upside post I write mistake

    excuse me

    I check now and content .htaccess file in forum root folder ( /public_html/forum/.htaccess )

    like this:

    Code:
    RewriteEngine on
    RewriteRule testpage\.html http://www.google.com [R] 
    # 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\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$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]
    I type http://hamednet.com/forum/testpage.html but >>> Page not found

  4. #4
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Well try this:


    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
    RewriteRule testpage\.html http://www.google.com [R] 
    
    # 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\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$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]
    The Forum Hosting - Forum Hosting from the Forum Experts

  5. #5
    Junior Member
    Real Name
    Catherine L Wright
    Join Date
    Sep 2008
    Posts
    27
    Liked
    0 times
    I Clear previous .htaccess code and replace with "Michael Biddle offer

    but don't redirect to google !!

    I'm woeful

  6. #6
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    did you make a testpage.html ?

    the page shouldn't 404, with or without the htaccess file in place.

  7. #7
    Junior Member
    Real Name
    Catherine L Wright
    Join Date
    Sep 2008
    Posts
    27
    Liked
    0 times
    Dear

    I don't make testpage.html

    I do like Check if mod_rewrite is working and just edit .htaccess ( don't make testpage.html )

  8. #8
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    follow these steps EXACTLY:



    • ftp into your site
    • create a NEW folder, "/mytest" (linkable to yoursite.com/mytest/)
    • make a new file in /mytest called "testpage.html". Just put basic html in it
      Code:
      <html><head><title>Test</title></head><body>TEST PAGE</body></html>
    • View the page in your browser: http://yoursite.com/mytest/testpage.html
      you should see TEST PAGE on your screen
    • Make a new file in /mytest called .htaccess. Place the following in it:
      Code:
      RewriteEngine On
      RewriteRule testpage\.html http://www.google.com [R]
    • Now, re-vist the same link: http://yoursite.com/mytest/testpage.html

      Do you see the same page, or go to google?

  9. #9
    Junior Member
    Real Name
    Catherine L Wright
    Join Date
    Sep 2008
    Posts
    27
    Liked
    0 times
    woooooow dears

    I'm hopeful now

    thanks you "briansol" your idea help me very well

    because I clear all code in /public_html/.htaccess

    and Put JUST this code
    Code:
     
     
    RewriteEngine on
    RewriteRule testpage\.html http://www.google.com [R]
    automatically redirect I to Google

    please test

    Google


    too , I clear all content /public_html/forum/.htaccess and replace that code Only

    ( whitout # 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.

    # Some servers require the Rewritebase directive to be ............)


    redirect work now

    test , please

    Google


    I guess the other code are main problem ( # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate ............)

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Replied to your ticket.

Similar Threads

  1. Site Report
    By meonet in forum Analysis: Traffic & SERPS
    Replies: 34
    Last Post: 09-20-2009, 01:00 PM
  2. vBSEO seems faster these days..
    By nyunyu in forum Off-Topic & Chit Chat
    Replies: 1
    Last Post: 02-06-2008, 03:24 PM
  3. MFF & Vbseo - 20 Days
    By mcyates in forum Analysis: Traffic & SERPS
    Replies: 38
    Last Post: 08-14-2007, 10:31 PM
  4. vbseo and last 20 days
    By Atakan KOC in forum Analysis: Traffic & SERPS
    Replies: 9
    Last Post: 03-31-2007, 01:37 PM
  5. I still haven´t received my vBseo (14 days+)
    By D.J. in forum Pre-Sales Questions
    Replies: 4
    Last Post: 02-14-2007, 11:56 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
  •