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.
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.
You get what you pay for mvch. Listen to what EveryQuery posted. Look at this poll: (it may help) http://forums.digitalpoint.com/showthread.php?t=1673260
Have you posted on the qlWebDS Support Forums? New version was released this morning that corrects this particular problem.
Yes I am. qlWebDS has been well and alive since 2007. He jumped the gun. People should check their facts before expressing useless opinions or suggestions, especially on the forums.
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