Hi
Im selling some friends products on my site but i dont waht the url to just be http://www.mysite.com/products/product.php?productid=1
Ideally, I would like a url like http://www.mysite.com/products/product_name
for each of the products.
Is this possible?
Could there be a way that in the products folder, there would be an index.php page which would use the product_name as a parameter?
Url issue
Moderator: General Moderators
Re: Url issue
You can do that with URL rewriting.
http://www.elated.com/articles/mod-rewr ... beginners/
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html
-
Zander1983
- Forum Newbie
- Posts: 20
- Joined: Mon Mar 21, 2011 2:26 pm
Re: Url issue
Hey thanks, this is exactly what I'm looking for. cheers mate