drivesoftz/dsale-application/master/.htaccess - Htaccess File

drivesoftz/dsale-application/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule ^dashboard(.*) applications/dashboard/$1 [L]
    RewriteRule ^dashboard/(.*) applications/dashboard/$1 [L]
    RewriteRule (.*) public/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache