RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} -f RewriteRule .* - [L] RewriteRule ^streaming/(.*)\.m3u8$ /photo/api/stream.php?a=getM3U8&id=$1 [QSA,L] RewriteRule ^streaming/([^/]*)/(.*)\.ts$ /photo/api/stream.php?a=getStream&id=$1&file=$2 [QSA,L] RewriteRule ^([^/]+)/([^/]+)\.([a-z]+) /photo/combine.php?type=$1&g=$2 [L] RewriteRule ^thumb/(.+)/(.+)/(.*)\.jpg /photo/api/thumb.php?s=$3&f=$2&ac=$1 [QSA,L] RewriteRule ^show-photo/([^/]*)/([^/]*)/([^/]*)$ /photo/api/photo.php?f=$1&ac=$2 [QSA,L] RewriteRule ^show-video/([^/]*)/([^/]*)/([^/]*)$ /photo/api/video.php?f=$1&ac=$2 [QSA,L]