marioabmi/Tablet/master/.htaccess - Htaccess File

marioabmi/Tablet/master/.htaccess

Options +FollowSymlinks
RewriteEngine On
RewriteBase /tablet/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d 
    RewriteRule ^(.*)$ /tablet/index.php/$1 [L]
    ErrorDocument 404 /tablet/index.php

<ifModule mod_headers.c>
    Header set Connection keep-alive
</ifModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache