Skip to content

Commit

Permalink
prettyurls fix
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Feb 9, 2009
1 parent e63f659 commit 6feb122
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resource/prettyurls/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
RewriteEngine off
RewriteCond %{HTTP_HOST} ^www.openmicroblogger.com$ [NC]
RewriteRule ^(.*)$ http://openmicroblogger.com/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ ?$1 [PT,L,QSA]

0 comments on commit 6feb122

Please sign in to comment.