Forum Moderators: phranque
RewriteCond %{HTTP_HOST} !^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] RewriteRule ^index.php/([^/]+/)+index.php http://www.example.com/beijing/index.php [R=301,L]
[edited by: incrediBILL at 10:32 pm (utc) on Jul 20, 2012]
[edit reason] exemplified URLs [/edit]