Posted - 09/30/2025 : 06:15:06
This is what I currently have in the .htaccess after what I described happened
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) proddetail.php?prod=$1 [QSA,nc,L,B]
And this is what is in the vsadmin.php
$seodetailurls=TRUE; $detlinkspacechar="-"; $seourlsthrow301=TRUE;
However, this is what I had that caused the problem
RewriteRule ^category/([^/]*)/?$ /categories.php?cat=$1 [QSA,nc,L,B] RewriteRule ^products/([^/]*)/?$ /products.php?cat=$1 [QSA,nc,L,B] RewriteRule ^manufacturer/?$ /categories.php?man=all [QSA,nc,L,B] RewriteRule ^manufacturer/([^/]*)/?$ /products.php?man=$1 [QSA,nc,L,B] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) proddetail.php?prod=$1 [QSA,nc,L,B]
And this in the vsadmin.php
$seodetailurls=TRUE; $seocategoryurls=TRUE; $detlinkspacechar="-"; $seocaturlpattern="/category/%s"; $seoprodurlpattern="/products/%s"; $seourlsthrow301=TRUE;
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com

|