abhikchakraborty/sqcrm/master/cpanel/.htaccess - Htaccess File

abhikchakraborty/sqcrm/master/cpanel/.htaccess

DirectoryIndex index.php index.html
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase   /

RewriteRule ^modules/(.*)/(.*)$ /cpanel/module.php?sfmodname=$1&sfaction=$2&%{QUERY_STRING}
RewriteRule ^popups/(.*)$ /cpanel/popup_modal.php?modalname=$1&%{QUERY_STRING}

</IfModule>

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache