Skip to content

Instantly share code, notes, and snippets.

@mptrs
Created December 6, 2012 08:47
Show Gist options
  • Save mptrs/4222922 to your computer and use it in GitHub Desktop.
Save mptrs/4222922 to your computer and use it in GitHub Desktop.
Spotweb .htaccess
RewriteEngine on
RewriteCond %{REQUEST_URI} !api/
RewriteRule api/?$ index.php?page=newznabapi [QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment