elnicknamio/wp_default/master/.htaccess - Htaccess File

elnicknamio/wp_default/master/.htaccess

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

# END WordPress

# Fix Firefox Content-Type
AddType video/webm .webm
AddType video/ogg .ogv
AddType video/mp4 .mp4

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache