CyanoJayWorks/DustyShelf/master/.htaccess - Htaccess File

CyanoJayWorks/DustyShelf/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond $1 !.(js|ico|gif|jpg|png|css|html|swf|mp3|wav|txt)$
  RewriteRule ^([A-Za-z0-9]+)/([A-Za-z0-9]+)/([A-Za-z0-9-/]*)?$ index.php?c=$1&a=$2&i=$3 [NC,L] 
</IfModule>
<IfModule !mod_rewrite.c>
    ErrorDocument 404 /index.php
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache