yes you can,
Simple add the following in your .htaccess
RewriteEngine On
RewriteRule ^user/(.*)/(.*) index.php?module=user§ion=$2 [L]
now in your index you'll find the get params sent as get params you can also access it via $_SERVER['REQUEST_URI']
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…