Skip to content

Commit

Permalink
identica client and .htaccess example
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Oct 11, 2008
1 parent 69d6359 commit 1139459
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
RewriteEngine off
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ ?$1 [PT,L,QSA]
1 change: 1 addition & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ env:

apps:
- twitter
- identica

plugins:
- sessions
Expand Down

0 comments on commit 1139459

Please sign in to comment.