Restructure repository
[scuttle] / api / .htaccess
1 RewriteEngine On
2 RewriteRule ^tags/get tags_get.php
3 RewriteRule ^posts/dates posts_dates.php
4 RewriteRule ^posts/get posts_get.php
5 RewriteRule ^posts/recent posts_recent.php
6 RewriteRule ^posts/all posts_all.php
7 RewriteRule ^posts/update posts_update.php
8 RewriteRule ^posts/add posts_add.php
9 RewriteRule ^posts/delete posts_delete.php
10 RewriteRule ^tags/rename tags_rename.php

Benjamin Mako Hill || Want to submit a patch?