Context-detection API for Android developed as a university project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011
  1. RewriteEngine On
  2. RewriteRule ^/?(android/)?upload$ /android/upload.php [L]
  3. RewriteCond %{HTTP_HOST} =www.md87.co.uk
  4. RewriteRule ^(.*?)$ http://chris.smith.name/android/$1 [R]
  5. RewriteCond %{HTTP_HOST} =md87.co.uk
  6. RewriteRule ^(.*?)$ http://chris.smith.name/android/$1 [R]
  7. RewriteRule ^/?p/(.*?)$ /android/portal.php?code=$1
  8. RewriteRule ^/?g/(.*?)/([0-9]+)/([0-9]+) /android/data.php?code=$1&graph=$2&ds=$3