asimzeeshan/BillingDeck/master/.htaccess - Htaccess File

asimzeeshan/BillingDeck/master/.htaccess

<IfModule mod_rewrite.c>
   RewriteEngine on

   # allow accessing of custom scripts
   RewriteRule ^/?info.php$ - [L]
   # end custom config

   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache