Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
RewriteRule ^gallery/?$ /?s=gallery [QSA,L]
http://www.mysite.org/gallery?level=album&id=12
http://www.mysite.org/index.php?level=album&id=12
$url_parts = parse_url($_SERVER['REQUEST_URI']);
$config['baseurl'] = 'http://'.$_SERVER['HTTP_HOST'].$url_parts['path'];
1 to 3 of 3