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