Skip to content

Instantly share code, notes, and snippets.

@gmanricks
Last active December 10, 2015 14:18
Show Gist options
  • Select an option

  • Save gmanricks/4446973 to your computer and use it in GitHub Desktop.

Select an option

Save gmanricks/4446973 to your computer and use it in GitHub Desktop.
.htaccess file for server's root directory, made for ribbit's PHP implementation NetTuts
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /ribbit/$1
@shazzam
Copy link
Copy Markdown

shazzam commented May 30, 2014

my biggest problem is writing Rabbit all the time LOL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment