
hi
when i'am used SEO MOD in kb_common.php ( if SEO mod false is work fine )
i can't view try.html
i got ...
The desired article does not exist!
Click here to go back to Knowledge Base.
in /guru/knowledge/try.html
page_uri = try
in .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} categorie-([0-9]*).html
RewriteRule (.*) kb_categorie.php?id=%1 [L]
RewriteCond %{REQUEST_URI} (.*).html
RewriteRule (.*) kb_show.php?filename=%1&%{QUERY_STRING} [L]
</IfModule>
My site url
.htaccess is in
http://www.site.com/board/knowledge/
http://www.site.com/guru/knowledge/categorie-2.html - WORK
http://www.site.com/guru/knowledge/try.html - NOT WORK
i'm open all the file in kb mod and searching but i can't solve
