Hello,
thank your for this nice module! I'm not very technical, so please can you tell me wether your module is a solution for my problem:
I have a GET Parameter in my url, provided by an views exposed filter. For example an adress is:
http://www.art-of-movement.net/bilder?region=96 if someone klicks "München" on the top right of this site:
http://www.art-of-movement.net/bilder
Now I want, that the url which is displayed and google rankled is this one:
http://www.art-of-movement.net/muenchen/bilder
I managed with htaccess and mod rewrite rules, that /muenchen/bilder points to /bilder?region=96
No it's just the vice virsa i have to manage somehow..
Thank you for you ideas!
Comments
Comment #1
Breakerandi commentedIn one sentence:
I want this adress to be display in the browser
http://www.art-of-movement.net/muenchen/bilder
pointing to
http://www.art-of-movement.net/bilder?region=96
(the real path, which may not be seen by google or by the user, but is needed by the system)
Is it possible? Are GET Parameters possible?
Comment #2
maxrys commentedlook at image
Comment #3
maxrys commented