php - htaccess redirect add querystring -
i'm triying redirect www.myweb.com www.myweb.com/?lang=en
try made redirect traffic in website or creates loop.
help?
i thinkg should easier set variable lang 'en' in php, rather redirecting... in code, before handling lang variable, try:
if (!isset($_get['lang'])) { $_get['lang'] = 'en; }
Comments
Post a Comment