my-portfolio/dist/blog/.htaccess

4 lines
121 B
ApacheConf
Raw Permalink Normal View History

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.html [QSA,L]