RewriteEngine On RewriteCond %{REQUEST_URI} !^/mnub2010/file/.* RewriteCond %{REQUEST_URI} !^/mnub2010/install/.* RewriteCond %{REQUEST_URI} !^/mnub2010/design/.* RewriteCond %{REQUEST_URI} !^/mnub2010/plugins/.* RewriteCond %{REQUEST_URI} !^/mnub2010/index.php RewriteCond %{REQUEST_URI} !^/mnub2010/robots.txt RewriteCond %{REQUEST_URI} !^/mnub2010/favicon.ico RewriteCond %{REQUEST_URI} !^/mnub2010/mochi.html RewriteRule ^(.*)$ /mnub2010/index.php?do=/$1 [L] RewriteRule ^file/music_folder/([0-9a-z_]+)\.([a-z0-9]+)$ /mnub2010/index.php?do=/data/module_music/file_$1/type_$2 [L] RewriteRule ^file/videos/src/([0-9a-z_]+)\.([a-z0-9]+)$ /mnub2010/index.php?do=/data/module_video/file_$1/type_$2 [L] RewriteRule ^file/pic/gallery/([0-9a-z_]+)\.([a-z]+)$ /mnub2010/index.php?do=/data/module_gallery/file_$1/type_$2 [L] RewriteRule ^file/pic/gallery/thumb/([0-9a-z]+)\.([a-z]+)$ /mnub2010/index.php?do=/data/module_gallery-thumb/file_$1/type_$2 [L] RewriteRule ^file/pic/groups/gallery/([0-9a-z_]+)\.([a-z]+)$ /mnub2010/index.php?do=/data/module_groups/file_$1/type_$2 [L] RewriteCond %{REQUEST_URI} !^/mnub2010/file/.* RewriteCond %{REQUEST_URI} !^/mnub2010/install/.* RewriteCond %{REQUEST_URI} !^/mnub2010/design/.* RewriteCond %{REQUEST_URI} !^/mnub2010/plugins/.* RewriteCond %{REQUEST_URI} !^/mnub2010/mochi.html RewriteRule ^index.php(/.*)$ /mnub2010/index.php?do=$1 [L]