Mapetik/ekeg8791/master/.htaccess - Htaccess File

Mapetik/ekeg8791/master/.htaccess

Options +FollowSymLinks -Indexes
    RewriteEngine on

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d

    # Redirect Trailing Slashes...
    RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache