dommert/dommert-angular/master/dommert-examples/routes/example/html5/.htaccess - Htaccess File

dommert/dommert-angular/master/dommert-examples/routes/example/html5/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule theviews/(.*)$ /code/examples/routing/02_RouteService/example/html5/index.php [NC,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache