oitozero/oitozero.github.io/master/docularing/.htaccess - Htaccess File

oitozero/oitozero.github.io/master/docularing/.htaccess

Options -Indexes
RewriteEngine on

# Send all controller calls to the router.php file which takes care of all plugin controller requests
RewriteCond %{REQUEST_URI} ^/controller/(.*)$ [NC]
RewriteRule .* /php/router.php [L]

# Reroute any non-file requests to index.html because of AngularJS HTML5 mode
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteRule ^(.*)$ index.html

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache