This is the correct way of putting in the URL SEO code into a .htaccess file? AllowOverride AuthConfig AuthUserFile lhsmarkets.com/Library/WebServer/Documents/.htpasswd AuthGroupFile /dev/null AuthName "Password Protected Area" AuthType Basic Options +FollowSymLinks RewriteEngine On RewriteBase /Documents/ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} large print is the URL SEO Code. Leon |