tomFlidr/jDiet.js/master/.htaccess - Htaccess File

tomFlidr/jDiet.js/master/.htaccess

<IfModule mod_rewrite.c>

  # JS Deployer
  RewriteEngine On
  
  # to enable owerwrite force mode - coment two lines bellow
  RewriteCond %{SCRIPT_FILENAME} !-f
  RewriteCond %{SCRIPT_FILENAME} !-d
  
  RewriteRule jDiet .jsdeployer.php [QSA,L]
  
</IfModule>

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache