Hi,
im a noob when it comes to .htaccess settings
so i wonder if you help me out on this one...
i need a rewriterule for multi lingual website
lets say root is in english, (www.domain.com)
and i want to add lets say spanish
than i want the url to look like www.domain.com/es/
it must use the same file i am currently using for english
what should the rewriterule look like?
what i got so far is this:
RewriteRule ^([a-z]{2})/(.*)?$ /?lang=$1 [NC,L]
anyone who can help me out?
cheerz!