Context-detection API for Android developed as a university project
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.htaccess 408B

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