qlWeb users, I need a help.!

Discussion in 'Directories' started by mvch, Feb 16, 2010.

  1. #1
    hi guys.
    I installed qlWeb directory script in my site, and added some categories,

    now, when I click on a category link, I shows 404 error. all categoris have this problem ( main and sub categories )

    do I need to edit .htaccess file?

    here is the code of .htaccess

    ########################################################################################################
    ##				  qlWebDS - Linux/Apache Server Settings			      ##
    ##              qlWebDS - Directory Script - Free v. 3.0.7g-08/08 - Free Version License              ##
    ##                                                                                                    ##
    ##             (C) 2007-09 Contact USA, Inc. (http://www.qlWeb.com) All Rights Reserved               ##
    ##                                                                                                    ##
    ##      You may need to comment some lines on or off (#) to get proper settings for your server       ##
    ########################################################################################################
    
    # New to htaccess file?
    # (line WITH the # in the beginning is NOT functional - OFF)
    # (line WITHOUT the # in the beginning IS functional - ON)
    # You may manipulate the lines below accordingly
    
    # For future reference you might want to enter your domain name below:
    # YourDomain.com
    
    # URL rewrite:
    # If installed in a subfolder, edit the following 4 RewriteRule lines BELOW RewriteEngine On
    # Example: add   /YourSubfolder   before   /index.php (RENAME YourSubfolder with your actual subfolder name)
    
    # Follow symbolic links in this directory
    Options +FollowSymLinks
    RewriteEngine On
    RewriteRule ^(.*),categ-([^-]+).htm$ /index.php?categ=$2
    RewriteRule ^(.*),categ-([^-]+),pg-([^-]+).htm$ /index.php?categ=$2&pg=$3
    RewriteRule ^(.*),more-([^-]+).htm$ /index.php?site=$2
    RewriteRule ^([^-]+).htm$ /index.php?page=$1
    
    # Enter your domain to redirect http://YourDomain.com to http://www.YourDomain.com (recommended)
    # Note - this htaccess method of redirection works ONLY on Linux servers having the Apache ModRewrite module enabled
    # RENAME YourDomain.com with your actual domain name and remove the # from the beginning of the following 2 lines
    # RewriteCond %{HTTP_HOST} ^YourDomain.com [NC]
    # RewriteRule ^(.*)$ http://www.YourDomain.com/$1 [L,R=301]
    
    # Protect directories
    <Files ~ "^(backup|files|images|languages|cache(/.+)?|templates(/.+)?|java_scripts(/.+)?|fonts(/.+)?|logs(/.+)?)$">
      Order deny,allow
      Deny from all
    </Files>
    
    # Protect files
    <Files ~ "^(.*)\.(inc|inc\.php|tpl|sql)$">
      Order deny,allow
      Deny from all
    </Files>
    
    # Disable directory browsing
    Options -Indexes
    
    # Set the default handler
    # DirectoryIndex index.php
    
    # Customized error messages
    # If installed in a subfolder, edit the line below the example
    # Example: ErrorDocument 404 YourSubfolder/404.php (RENAME YourSubfolder with your actual subfolder name)
    ErrorDocument 404 /404.php
    
    # Override PHP settings that cannot be changed at runtime
    # If your server supports PHP settings via htaccess you can comment following two lines off
    # php_value register_globals   0
    # php_value session.auto_start 0
    
    Code (markup):
    I can't get help from them becaus I am using free version and I couldn't find anything about this from their forum.

    thank you.
     
    mvch, Feb 16, 2010 IP
  2. EveryQuery

    EveryQuery Well-Known Member

    Messages:
    2,039
    Likes Received:
    366
    Best Answers:
    0
    Trophy Points:
    180
    #2
    Well, I doubt you are going to get any help from anyone here. First, I doubt very many people here are familiar with that script. And second, why are you using a free script that lacks any support (and probably lacks future upgrades is already outdated)? There are several quality scripts on the Internet that aren't very expensive.

    My advice...ditch the free script you are using and actually buy a quality script. Many will even install their script for you with a purchase.
     
    EveryQuery, Feb 16, 2010 IP
  3. dog222

    dog222 Active Member

    Messages:
    446
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    70
    #3
    Last edited: Feb 16, 2010
    dog222, Feb 16, 2010 IP
  4. alistair80

    alistair80 Well-Known Member

    Messages:
    1,868
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    185
    #4
    Yep. If you want something of quality, you gotta spend some bucks! Quality aint FREE! :)
     
    alistair80, Feb 16, 2010 IP
  5. Badlands07

    Badlands07 Well-Known Member

    Messages:
    2,471
    Likes Received:
    100
    Best Answers:
    0
    Trophy Points:
    155
    #5
    yeah - at least use the FREE version of PHPLD if nothing else, that script is bad and dead.
     
    Badlands07, Feb 16, 2010 IP
  6. SearchBuster

    SearchBuster Peon

    Messages:
    467
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Can you PM me URL.
     
    SearchBuster, Feb 17, 2010 IP
  7. contactusa

    contactusa Active Member

    Messages:
    782
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    80
    #7
    Have you posted on the qlWebDS Support Forums?
    New version was released this morning that corrects this particular problem.
     
    contactusa, Feb 17, 2010 IP
  8. linkenginepro

    linkenginepro Peon

    Messages:
    197
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #8
    :)
    No it is not dead.
    I believe contactusa is the developer.
     
    linkenginepro, Feb 19, 2010 IP
  9. contactusa

    contactusa Active Member

    Messages:
    782
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    80
    #9
    Yes I am. qlWebDS has been well and alive since 2007. ;)
    He jumped the gun. :mad: People should check their facts before expressing useless opinions or suggestions, especially on the forums.
     
    contactusa, Feb 24, 2010 IP
  10. dog222

    dog222 Active Member

    Messages:
    446
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    70
    #10
    dog222, Feb 24, 2010 IP
  11. contactusa

    contactusa Active Member

    Messages:
    782
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    80
    #11
    contactusa, Feb 24, 2010 IP
  12. goldieloc

    goldieloc Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    i had this very same problem just a week ago, i think it has something to do with the mod rewrite, when i turned it off it doesnt give me that 404 error again
     
    goldieloc, Jul 29, 2010 IP