From: Evan Prodromou Date: Fri, 6 Jun 2008 18:20:44 +0000 (-0400) Subject: start doing some fancy URLs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=27626c2e3fadb49cd71dde596701a406e514bee3;p=quix0rs-gnu-social.git start doing some fancy URLs darcs-hash:20080606182044-84dde-1ef6f8b6edeaa2e9f3c28fd7dc1831e5d7381f26.gz --- 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]