Results 1 to 2 of 2

VBSEO, But Zeus Servers???

This is a discussion on VBSEO, But Zeus Servers??? within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; Hello to all, I run a forum yet I am on Zeus servers. I cannot even do my own htaccess ...

  1. #1
    Junior Member
    Real Name
    Chris
    Join Date
    Mar 2009
    Posts
    4
    Liked
    0 times

    VBSEO, But Zeus Servers???

    Hello to all,

    I run a forum yet I am on Zeus servers. I cannot even do my own htaccess rewrites.

    Does this cause problems with running VBSEO?

    I found out about this as I was trying to rewrite a 301 redirect but was told I was not allowed and that a tech would have to do it for me. A bit different, yet the service is great so no complaints.

    Thanks for any help

    Chris

  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
    Hello Chris ,

    vBSEO comes with different rewrite rules for different servers. You can find the Zeus rules below and you cna contact your host to make sure if you are allowed to use the following rules in your hosting.

    Code:
    match URL into $ with ^/forums/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$
    if matched then 
    set URL = /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1
    goto END
    endif
    
    match URL into % with ^/forums/(admincp|modcp|clientscript|cpstyles|images)/
    if matched then goto END
    
    match URL into % with ^(.+)\?(.*)$
    if not matched then 
    match URL into % with ^(.+)$
    endif
    
    map path into SCRATCH:path from %1
    
    look for dir at %{SCRATCH:path}
    if exists then goto DIR_EXISTS
    
    
    look for file at %{SCRATCH:path}
    if exists then
    
    match URL into $ with ^/forums/(.+\.php)
    if matched then 
    set URL = /forums/vbseo.php
    endif
    
    else
    
    match URL into $ with ^/forums/([^\?]+)
    set URL = /forums/vbseo.php
    goto END
    
    endif
    
    DIR_EXISTS:
    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

Similar Threads

  1. Large graphic intensive servers with VBSEO?
    By GGG in forum General Discussion
    Replies: 0
    Last Post: 12-29-2008, 11:58 AM
  2. Moved servers and vbseo is no longer working
    By beansbaxter in forum General Discussion
    Replies: 3
    Last Post: 07-06-2008, 10:54 AM
  3. Replies: 8
    Last Post: 04-30-2008, 12:48 PM
  4. Is vbSEO support Zeus rewrite rules?
    By bigandy in forum Pre-Sales Questions
    Replies: 1
    Last Post: 04-24-2006, 10:39 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
  •