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]