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
Files
