Advertisement
thinkJD

.htaccess

Jun 5th, 2012
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. RewriteEngine On
  2.  
  3. # RewriteCond %{HTTP_HOST} ^thinkjd.cygnus.uberspace.de/$ [NC]
  4. # RewriteRule (.*) http://localhost:24763/$1 [P]
  5.  
  6. RewriteCond %{HTTP_HOST} ^owncloud.thinkjd.cygnus.uberspace.de/$ [NC]
  7. RewriteRule ^(.*)$ owncloud.thinkjd.cygnus.uberspace.de$1 [L,R]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement