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>
Files
