nb/iphone-versions/master/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /iphone
RewriteCond %{REQUEST_URI} !^/iphone/static
RewriteCond %{REQUEST_URI} !^/favicon.ico$
RewriteCond %{REQUEST_URI} !^(/.*)+code.cgi/
RewriteRule ^(.*)$ code.cgi/$1 [PT]
</IfModule>
Files
