hello all,
i have a url that looks like this
http://www.bytes.com/page.php/¶m1=value1& param2=value2&p aram3=value3
and so on...
i was wondering how i can tweak the url to have it to look like this:
http://www.bytes.com/page/value1/value2/value3/
is it only via htaccess file (or apache directory config) or i need to do something in page.php?
how do i do that?
thanks all
i have a url that looks like this
http://www.bytes.com/page.php/¶m1=value1& param2=value2&p aram3=value3
and so on...
i was wondering how i can tweak the url to have it to look like this:
http://www.bytes.com/page/value1/value2/value3/
is it only via htaccess file (or apache directory config) or i need to do something in page.php?
how do i do that?
thanks all
Comment