brotsky/wp-framework/master/.htaccess - Htaccess File

brotsky/wp-framework/master/.htaccess

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

# END WordPress

AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/x-font-woff .woff

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache