ilfungo/bts/master/.htaccess - Htaccess File

ilfungo/bts/master/.htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /bts/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /bts/index.php [L]
</IfModule>

# END WordPress

# <IfModule mod_php5.c>
# php_admin_flag display_errors on
# php_admin_value error_reporting 22517
# </IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache