Author Topic: Does anyone knows change to sef url link?  (Read 3268 times)

0 Members and 1 Guest are viewing this topic.

Offline Ersen

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Does anyone knows change to sef url link?
« on: August 13, 2012, 07:40:34 PM »
Hello i am using sef url in my 4homepages.

cat id: 4, category name= "car" , image name="audi a6" and image id:3094 in my example.


My category page url:
http://www.example.com/car-4.htm

my details page url:
http://www.example.com/img-car-4-audi-a6-3094.htm (category name was including in url)

i want to edit the detail page url this:

http://www.example.com/img-audi-a6-3094.htm (only image name in url)

i tried a few things in includes/sessions.php and .htaccess but i could not.

How can i do this?

Thank you.

Offline Ersen

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: Does anyone knows change to sef url link?
« Reply #1 on: August 15, 2012, 03:46:35 PM »
i tried to delete "matches(2)" all sessions php. nothing do that. i tried to change $url variable but always to be errored :(