EasyBoxModel/EBM.Docs/master/.htaccess - Htaccess File

EasyBoxModel/EBM.Docs/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /WP/EBM.Docs/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /WP/EBM.Docs/index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache