From 27626c2e3fadb49cd71dde596701a406e514bee3 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 6 Jun 2008 14:20:44 -0400 Subject: [PATCH] start doing some fancy URLs darcs-hash:20080606182044-84dde-1ef6f8b6edeaa2e9f3c28fd7dc1831e5d7381f26.gz --- doc/URLS.txt | 3 ++- htaccess.sample | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 htaccess.sample diff --git a/doc/URLS.txt b/doc/URLS.txt index e275796fa1..6d8c483494 100644 --- a/doc/URLS.txt +++ b/doc/URLS.txt @@ -3,12 +3,13 @@ / profile and update feed /?page=2 profile and update feed -// individual notice //subscriptions people user subscribes to //subscribed people subscribing to user //avatar avatar //all self and friends +/notice/ individual notice + /main/login login to site /main/logout logout of site /main/register register to site diff --git a/htaccess.sample b/htaccess.sample new file mode 100644 index 0000000000..5583beae2e --- /dev/null +++ b/htaccess.sample @@ -0,0 +1,3 @@ +RewriteEngine On + +RewriteRule ^/notice/(.*)$ index.php?action=shownotice¬ice=$1 [L,QSA]