Jump to content

htaccess rewrite with php


rik72

Recommended Posts

Hi,

 

I am currently writing a code to rename my pages so index.php?page=product becomes /product etc. For this i found a snippet online which seems to work great.

 

RewriteEngine on
RewriteRule ^([^/\.]+)/?$ index.php?page=$1

 

My problem is, i would also like to extend this so that http://url.com/product/t-shirts does not have to be http://url.com/product&product=t-shirts, i have a column in my database called product_seo which has a url friendly version of each products title which is how "t-shirts" is pulling the information on t-shirts etc.

 

Any help would be greatly appreciated!

 

Rik

Link to comment
https://forums.phpfreaks.com/topic/267060-htaccess-rewrite-with-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.