AvnerGeraldo/TCC-SIRP/master/.htaccess - Htaccess File

AvnerGeraldo/TCC-SIRP/master/.htaccess

RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php?url=$1

AddType application/x-httpd-php .js
AddHandler x-httpd-php5 .js

<FilesMatch ".(js|php)$">
SetHandler application/x-httpd-php
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache