nb/iphone-versions/master/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI, static

Comments

Apache