Korat Prakash
Korat Prakash

Reputation: 161

regarding url issue of typo3

My website is http://hero-pet.de

I have use typo3 ver. 8.0.

My currently url http://hero-pet.de/index.php?id=1. This is typo 3 url formate but my client requirement is something like:

ex. www.Hero-Pet.de/de Here you can see the Country Germany / Deutschland

www.Hero-Pet.de/at Here you can see the Country Austria / Österreich

www.Hero-Pet.de/ch Here you can see the Country Switzerland / Schweiz

I have install realurl extension and configuration but not change URL. I have also use .htaccess to rewrite url but this not working.

Upvotes: 0

Views: 35

Answers (1)

Thomas Löffler
Thomas Löffler

Reputation: 6144

Did you activate the extension by adding config.tx_realurl_enable = 1 to your TypoScript?

Upvotes: 1

Related Questions