jfekendall/claymore-crm/master/.htaccess - Htaccess File

jfekendall/claymore-crm/master/.htaccess

<IfModule mod_mime.c>
    AddType application/font-woff                       woff
    AddType application/vnd.ms-fontobject               eot
</IfModule>
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^([a-z_]+)/([a-z_0-9]+)/sort/([a-z_]+)/([0-9]+)$ index.php?section=$1&action=$2&orderby=$3&desc=$4 [NC,L]
    RewriteRule ^([a-z_]+)/([a-z_0-9]+)$ index.php?section=$1&action=$2 [NC,L]
    RewriteRule ^([a-z_]+)$ index.php?section=$1
    
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache