Canto/chibibbs/master/.htaccess - Htaccess File

Canto/chibibbs/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on

RewriteRule ^images/(.*)$ images/$1 [L]
RewriteRule ^([a-zA-Z0-9_]+)$ index.php?cid=$1 [L]
RewriteRule ^([a-zA-Z0-9_]+)/([0-9]+) index.php?cid=$1&search=no&keyword=$2 [L]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^([a-zA-Z0-9_]+)/(.*)$ $2 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache