Friendly URL for multiple languages

Started by YoSethos,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

YoSethosTopic starter

Hi,

I use PhpVibe on a coloring pages website, http://www.kizicolor.com. I also post videos but it is about coloring pages you can print and download through some modifications I made to the single_image.php

Now, I have created different titles inside the database for the same image. I want to create different single_image.php files, like single_imagefr.php for french, and call it with a different url.
Example: I have for English this page: http://www.kizicolor.com/coloring-pages/fantastic-four-8-32803/
For french I want to have the url: http://www.kizicolor.com/coloring-pages/fr/fantastic-quatre-8-32803/ or any other form that would be a little different from the original one, right above.

What other files do I have to modify and what rules should I put in the .htaccess file in order to get those urls work?
  •  

YoSethosTopic starter

I have already managed to have the urls work, at least to be accessible, in the form website.com/fr/title-id/ by creating new options in the db, as seo-image-url-fr and 3 other, but the only thing i need to do is to call for each of the language different single_image.php files that would be modified to call different image titles from the db, like single_image-fr.php when on a /fr/page... also i need to have the fr title in the url instead of the default english one. Can anyone help?
  •  


PHPVibe R

Hi Gabriel,

Sorry but this isn't something I have done to be able to guide you with.
It's a cool idea for the future, I'll ask Interact to consider it.

Glad you've sorted your build.
Important!
The forums are not intended for support! There is Dedicated support available.
The troubleshooting can help a lot!
  •