close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

mod rewrite

Thread began 9/30/2015 7:04 am by Jamie | Last modified 9/30/2015 11:15 am by Jamie | 432 views | 1 replies

Jamie

mod rewrite

Hey Ray

At the moment I have product page urls being rewritten like this domain.co.uk/product/product/name

The mod rewrite is

RewriteRule ^product/(.*)$ shop_product_detail.php?perm=$1 [NC,L,QSA,T=application/x-httpd-php]



The RS on the product page is

<?php
$Products = new WA_MySQLi_RS("Products",$DBConnection,1);
$Products->setQuery("SELECT products.*, productcategories.*, productmanufacturers.*, (SELECT sum(OptionPrice) FROM optiongroups INNER JOIN options ON options.OptionGroupID = optiongroups.OptionGroupID WHERE OptionProductID=ProductID) AS OptionPrice FROM products INNER JOIN productcategories ON products.ProductCategoryID = productcategories.CategoryID INNER JOIN productmanufacturers ON products.ProductManufacturerID = productmanufacturers.ManufacturerID WHERE products.ProductID = ? OR products.ProdPermalink = ? AND products.ProductLive = 1");
$Products->bindParam("i", "".(isset($_GET['id'])?$_GET['id']:"") ."", "-1"); //paramProductID
$Products->bindParam("s", "".(isset($_GET['perm'])?$_GET['perm']:"") ."", "-1"); //paramPermalink
$Products->execute();
?>



How and what would I need to change to add an extra layer in the URL to include the manufacturer name like this:

domain.co.uk/product/maufacturer-name/product-name

many thanks

Jamie

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...