Results 1 to 6 of 6

Home Page Problem

This is a discussion on Home Page Problem within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello, When i try to connect to site's home page, it's redirect to another page. If i turn RewriteEngine to ...

  1. #1
    OnR
    OnR is offline
    Senior Member
    Real Name
    Onur Soyer
    Join Date
    Apr 2007
    Posts
    129
    Liked
    0 times

    Home Page Problem

    Hello,

    When i try to connect to site's home page, it's redirect to another page. If i turn RewriteEngine to Off, i can connect to home page but others. How can i solve this?

    The web site is http://www.nuveforum.net/

    .htaccess i'm using

    Code:
    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\.nuveforum\.net
    RewriteRule (.*) http://www.nuveforum.net/$1 [L,R=301]
    
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    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]
    Last edited by OnR; 09-20-2009 at 04:17 AM.

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    There is nothing wrong with your .htaccess , you must check your server configuration as it is clear there is some wrong configuration which causes this problem.
    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

  3. #3
    OnR
    OnR is offline
    Senior Member
    Real Name
    Onur Soyer
    Join Date
    Apr 2007
    Posts
    129
    Liked
    0 times
    Yes, you are right. But the server configuration looks ok to me. If i write httpd.conf and php.conf here, can you check the files?

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    Try commenting the Rewrite Base line.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    OnR
    OnR is offline
    Senior Member
    Real Name
    Onur Soyer
    Join Date
    Apr 2007
    Posts
    129
    Liked
    0 times
    I comment these two lines and everything works fine. Is it normal ? What are these line's job?

    Code:
    #RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    #RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    And full htaccess file

    Code:
    RewriteEngine On
    
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    RewriteBase /
    
    RewriteCond %{HTTP_HOST} !^www\.nuveforum\.net
    RewriteRule (.*) http://www.nuveforum.net/$1 [L,R=301]
    
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_gets$
    
    #RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    #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]
    Last edited by OnR; 09-21-2009 at 07:10 AM.

  6. #6
    OnR
    OnR is offline
    Senior Member
    Real Name
    Onur Soyer
    Join Date
    Apr 2007
    Posts
    129
    Liked
    0 times
    up

Similar Threads

  1. Problem to redirect 404 pages to home page
    By cionfs in forum General Discussion
    Replies: 1
    Last Post: 06-11-2009, 05:15 AM
  2. Home page
    By stevectaylor in forum General Discussion
    Replies: 1
    Last Post: 12-17-2008, 12:34 AM
  3. RSS feeds always going to home page
    By jdougher in forum General Discussion
    Replies: 1
    Last Post: 03-10-2007, 03:04 PM
  4. Home page sitemap
    By atlanticangler in forum General Discussion
    Replies: 20
    Last Post: 12-14-2006, 06:19 PM
  5. home page
    By genccmasterR in forum Türkçe
    Replies: 1
    Last Post: 08-14-2006, 01:22 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
  •