ursusrussus/testengine/master/.htaccess - Htaccess File

ursusrussus/testengine/master/.htaccess

RewriteEngine on
Options -Indexes
Options +FollowSymLinks
Options -MultiViews

RewriteBase /test_call_method/templates

RewriteCond %{REQUEST_URI} !^.*[.]css|gif|js|png|php$
RewriteRule ^(.*)$ index.php?q=$1 

ErrorDocument 404 error.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache