d582054c77
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@1 b3834d28-1941-0410-a4f8-b48e95affb8f
10 lines
373 B
ApacheConf
10 lines
373 B
ApacheConf
RewriteEngine On
|
|
RewriteRule ^tags/get tags_get.php
|
|
RewriteRule ^posts/dates posts_dates.php
|
|
RewriteRule ^posts/get posts_get.php
|
|
RewriteRule ^posts/recent posts_recent.php
|
|
RewriteRule ^posts/all posts_all.php
|
|
RewriteRule ^posts/update posts_update.php
|
|
RewriteRule ^posts/add posts_add.php
|
|
RewriteRule ^posts/delete posts_delete.php
|
|
RewriteRule ^tags/rename tags_rename.php |