Posted - 11/10/2017 : 12:49:30
Hi Marcia, you can use the followingin in the htaccess file for dashes and periods If you are seeing some 404 errors on particular products or categories, check that the product or category name doesn't include non-permitted characters such as a dash or period. If you have a product or category name with the decimal point / period / dot you can replace this line in the .htaccess file RewriteRule ^([^/.]+)$ proddetail.php?prod=$1 [QSA,nc,L,B] with RewriteCond $1 !\.(png|gif|jpg|ico|css|js|php)$ [NC] RewriteRule ^([^/]+)$ proddetail.php?prod=$1 [QSA,nc,L,B] https://www.ecommercetemplates.com/seo/search-engine-friendly-urls-php.asp Winners never quit, quitters never win CSS and Responsive DesignsUser Manual for Ecommerce Templates
|