ifgeny87/rainbow/master/public/js/.htaccess - Htaccess File

ifgeny87/rainbow/master/public/js/.htaccess

RewriteEngine On

# templates.js -> templates.php
# *.templates.js -> templates.php
RewriteRule templates.php - [L]
RewriteRule ^templates.js$ templates.php [L]
RewriteRule .templates.js$ templates.php [L]

# all -> getjs.php
RewriteRule getjs.php - [L]
RewriteRule (.*) getjs.php?v=$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache