Skip to content

Instantly share code, notes, and snippets.

@gmanricks
Last active December 10, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmanricks/4446973 to your computer and use it in GitHub Desktop.
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

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