cdcabrera/js-simplechromecast/master/resources/services/.htaccess - Htaccess File

cdcabrera/js-simplechromecast/master/resources/services/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /js-simplechromecast/

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^js-simplechromecast/([a-zA-Z0-9s/]+)$ resources/private/php/service.Media.php/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache