10SPD/JumpSeat/master/.htaccess - Htaccess File

10SPD/JumpSeat/master/.htaccess

AddDefaultCharset UTF-8
AddType text/javascript .js
php_flag short_open_tag on

RewriteEngine on
DirectoryIndex index.php
RewriteBase /

RewriteCond $1 !^(index.php)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L,QSA]

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
REQUEST_FILENAME

Comments

Apache