Results 1 to 12 of 12

Only index shown the other pages woth errors

This is a discussion on Only index shown the other pages woth errors within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi everyone I'm new to VBSEO I just bought it for my forum. I've made the test and then I've ...

  1. #1
    Junior Member
    Real Name
    alek
    Join Date
    Dec 2006
    Posts
    11
    Liked
    0 times

    Only index shown the other pages with errors, htaccess problem?

    Hi everyone I'm new to VBSEO I just bought it for my forum.
    I've made the test and then I've install ioncube. I had some problems at first time but I solved all except this one: I can see only index page all other pages arr with errors. I've upload my htaccess file from webmin and all the others from dreamweaver.

    can anyone help me?
    Last edited by dpcgamers; 12-29-2006 at 07:33 PM.

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

    which errors do you get? Please make sure that your server supports mod_rewrite.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Junior Member
    Real Name
    alek
    Join Date
    Dec 2006
    Posts
    11
    Liked
    0 times
    I got a dedicated server just for my homepage.
    This is an error message for example:
    The requested URL /frankenstein-clevo-d900t-clevo-d900k/46-problema-connessione-la-wifi-modulo-esterno.html was not found on this server.

    I didn't edit the .htacess file is ok right?

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please check with your hosting support that mod_rewrite is enabled and rewrite directives are allowed in .htaccess.

    I didn't edit the .htacess file is ok right?
    Yes, normally you can use default .htaccess.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Junior Member
    Real Name
    alek
    Join Date
    Dec 2006
    Posts
    11
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Please check with your hosting support that mod_rewrite is enabled and rewrite directives are allowed in .htaccess.

    Yes, normally you can use default .htaccess.
    You mean on my httpd.conf file?
    Yeah is in my phpinfo

    But I have to edit the htaccess file on this part maybe?:

    # 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]

    no?
    Last edited by dpcgamers; 12-29-2006 at 09:14 PM.

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    These are optional directives, please try to enable RewriteBase line in .htaccess.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Junior Member
    Real Name
    alek
    Join Date
    Dec 2006
    Posts
    11
    Liked
    0 times
    # 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 vBulletin folder (i.e. RewriteBase /forums)
    RewriteBase /forum

    RewriteCond %{HTTP_HOST} !^www\.dpcgamers\.com
    RewriteRule (.*) http://www.dpcgamers.com/forum_it/$1 [L,R=301]

    like this is correct?

    on my server I got the root of the forum like this:
    /var/www/html/forum so I got to put /forum right?

    Then I got an alias on my url to put the forum like this:
    DPC GAMERS.COM Community forum

    It doesn't work
    Last edited by dpcgamers; 12-30-2006 at 07:18 AM.

  8. #8
    Junior Member
    Real Name
    alek
    Join Date
    Dec 2006
    Posts
    11
    Liked
    0 times
    I've used Ipswitch ftp to upload files in binary mode now. Everything works (control panel, etc) except this mod rewrite rules. I have to change the htaccess in some way?
    Last edited by dpcgamers; 12-30-2006 at 07:16 AM.

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please try this directive:
    Code:
    RewriteBase /forum_it/
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  10. #10
    Junior Member
    Real Name
    alek
    Join Date
    Dec 2006
    Posts
    11
    Liked
    0 times
    I've tried this:
    RewriteBase /forum_it/
    #RewriteCond %{HTTP_HOST} !^www\.dpcgamers\.com
    #RewriteRule (.*) http://www.dpcgamers.com/forum_it/$1 [L,R=301]

    and this:
    RewriteBase /forum_it/
    RewriteCond %{HTTP_HOST} !^www\.dpcgamers\.com
    RewriteRule (.*) http://www.dpcgamers.com/forum_it/$1 [L,R=301]


    still same error, the "forum_it" is just and alias.
    Any ideas? I can't keep too much the forum offline

  11. #11
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please open a support ticket with ftp access for troubleshooting.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #12
    Junior Member
    Real Name
    alek
    Join Date
    Dec 2006
    Posts
    11
    Liked
    0 times
    Done

Similar Threads

  1. Sitemap alırken hata alıyorum :(
    By erhanerhan_5 in forum Türkçe
    Replies: 9
    Last Post: 11-15-2006, 09:44 AM
  2. i think something is wrong....
    By briansol in forum General Discussion
    Replies: 3
    Last Post: 08-20-2006, 07:10 PM
  3. Replies: 8
    Last Post: 08-15-2006, 05:10 AM
  4. Compression Error
    By Lazer in forum Troubleshooting
    Replies: 19
    Last Post: 03-03-2006, 02:23 PM
  5. only able to view 1/3 of vbseo config area
    By mindhunter77 in forum Troubleshooting
    Replies: 5
    Last Post: 01-31-2006, 05:46 PM

Posting Permissions

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