• Hello,

    My name is sabrina.

    First sorry for my english my native language is French.

    first I ‘m going to explain you my issue !

    – the url of my website on a page it’s : http://domainname.fr/information

    – “information” is the name of my page created with wordpress (which has been rewritten through the rewrting button on wordpress)
    default it was : http://nomdomaine.fr/?p=123

    – in my page “information” thanks to PHP (plugin : exec-php) I display lots of link about hotel which come from a table that I have created in my database.

    – With my datas about hotel I have a link like this : http://domainname.fr/information?dept=75&town=paris (dept =district)

    – My issue is : I like to rewrite my URL to have http://name_domain.fr/hotel_nameOfMyTown or
    http://name_domain.fr/hotel_paris

    Do you know how can I do? and in what folder I have to do my regex (htaccess…)? what code should i input ??

    First If I have to do my regex in the htaccess (but I’m not sure =()
    I think I should have do that :
    RewriteRule ^\hotel_([a-z]+).html$ information?dept=75&town=paris [L]
    But Im not sure because Im novice

    but if it is somewhere else I don’t know what code use =(

    i would greatly appreciat your help because i am stuck for 2 weeks now 🙁

    Thank you :)))))

Viewing 7 replies - 1 through 7 (of 7 total)
  • http://codex.wordpress.org/Using_Permalinks

    Using the permalink settings, that are available in wordpress would solve that 😉

    Thread Starter kairi084

    (@kairi084)

    Hi,
    Thank you for your reply, but i already went through this link and this doesn’t help much because my variables are different from those in the article.
    ex : %postname%, %post_id% are wordpress variables.

    My case: my variable are towns, districts, etc…

    Can you give me a hint? 🙂

    Thank you!!!

    Hi,

    I’m not quite sure what you are trying to achieve here.

    You could create categories and use them as variables for towns and districts. So you could have a Paris category, Caen category, Cherbourg category etc, then atatch posts to the categories.

    This is how your permalinks would look:
    /%category%/%postname%/ with the categories being different districts.

    Thread Starter kairi084

    (@kairi084)

    hello,

    first thanks you for your answer.
    I understand what you wrote. But my categories (ex: town, district) don’t come from wordpress (its not categories that I have created on wordpress that would be linked to an article)

    all my content, variable are independant from wordpress they come from a database That I created with my own content. …

    I don’t know if I’m clear=(

    YOu think it s possible to use your tips “/%category%/…” to achieve what i want? I must create a category town and dept?

    – With my datas about hotel I have a link like this : http://domainname.fr/information?dept=75&town=paris (dept =district)

    – My issue is : I like to rewrite my URL to have http://name_domain.fr/hotel_nameOfMyTown or
    http://name_domain.fr/hotel_paris

    Thank youuuuuuuuuuu 🙂

    I can’t see your database, so can’t comment on it.

    I would simply use categories and tags, that’s why they are in WordPress 🙂

    Thread Starter kairi084

    (@kairi084)

    =) thanks

    In fact In my page “information” I integrate a map with district . And when you clic on a district you have link with the list of the town of the district (about 100 districts and lots of town) .
    And when you clik on one of towns you have the list of hotels.

    All informations about listing of town, disctrict or hotel come from a feed that I integrated in my database (about 3000 products)

    At the end I have link like this
    http://domainname.fr/information?dept=75&town=paris

    because of the huge quantity of districts, towns I can’t create manually the category in wordpress =(

    so How can I do to rewrite my url =(

    I hope that I give you more information

    Je comprends maintenant. Malheureusement, c’est trop avancé pour moi. Bonne chance 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘HELP to do specific url rewriting !!’ is closed to new replies.