DevelopersPL/DevAAC/master/public_html/.htaccess - Htaccess File

DevelopersPL/DevAAC/master/public_html/.htaccess

DirectoryIndex index.html index.php
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteRule ^index.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/api/ /index.php [L]
RewriteRule . /index.html [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache