RewriteEngine On
RewriteBase /conference
RewriteRule ^(?:actions|model|lang|system|view)\b.* index.php/$0 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT]