Punktonerzy-FrontEnd/.htaccess

8 lines
180 B
ApacheConf
Raw Normal View History

2019-11-20 19:29:07 +01:00
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !index
RewriteRule (.*) index.html [L]