Forum Moderators: phranque
Now some of the countries have different speelings so I use a modrewrite on the Fr version from links on the En version:
RewriteRule ^Belgium/(.*)$ /Belgique/$1 [R=301,L]
What's happening is weird the rule is being recognised but it is redirecting to www.domain.../Belgique/ and hence a 404.
This is wierd as the rule is in the fr directory and the URL that is directing there is absolute?
Any idea what's going on?
Thanks,
Chris
Jim
Hello,Unfortunately we are unable to assist customers with scripting issues and site development work.
We have a very lively customer forum, where other customers are more than willing to assist you with any scripting and development problems or questions you may have.
Please visit our forums below and search or post for answers to your scripting questions:...
Don't you just love it. It does wind me up when these people treat you like some sort of hobbyist who can't get their guestbook to work!
RewriteRule ^Belgium/(.*)$ http://fr.example.com/Belgique/$1 [R=301,L]
If they won't help, then move your site to a better host first, and then contact the old host and tell them why. They're doing a simple cost/benefit analysis on support expenditures. If they won't support you, give them something to put into the "cost" column. There's too amny fish in the sea --and too many hosting companies-- to put up with something that you don't like or that hurts your site.
Jim