RewriteEngine On RewriteRule ^cgi-bin/WebObjects(.*)$ /Apps/WebObjects$1 [L,NS] RewriteRule ^[/]?$ /Apps/WebObjects/BB.woa/wa/viewSite?name=BB [L,NS] RewriteRule ^admin$ /Apps/WebObjects/BB.woa/wa/admin [L,NS] RewriteRule ^ita$ /Apps/WebObjects/BB.woa/wa/viewSite?name=BB&lang=ita [L,NS] RewriteRule ^it$ /Apps/WebObjects/BB.woa/wa/viewSite?name=BB&lang=ita [L,NS] RewriteRule ^eng$ /Apps/WebObjects/BB.woa/wa/viewSite?name=BB&lang=eng [L,NS] RewriteRule ^en$ /Apps/WebObjects/BB.woa/wa/viewSite?name=BB&lang=eng [L,NS] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^googleSiteMap.xml$ /Apps/WebObjects/BB.woa/wa/googleSiteMap [L,NS] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^siteMap.xml$ /Apps/WebObjects/BB.woa/wa/googleSiteMap [L,NS] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^sitemap.xml$ /Apps/WebObjects/BB.woa/wa/googleSiteMap [L,NS] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^robots.txt$ /Apps/WebObjects/BB.woa/wa/robots [L,NS] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)[/]?$ /Apps/WebObjects/BB.woa/wa/rewrite?name=$1&%{QUERY_STRING} [L,NS] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /Apps/WebObjects/BB.woa/wa/rewrite?name=$1&%{QUERY_STRING} [L,NS]