kalw/forked.stikked/master/.htaccess - Htaccess File

kalw/forked.stikked/master/.htaccess

RewriteEngine On
RewriteBase /~rdespres/forked.stikked
RewriteCond $1 !^(captcha)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
    # If we don't have mod_rewrite installed, all 404's
ErrorDocument 404 /index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache