Paisa_vara/public/.htaccess

7 lines
212 B
ApacheConf
Raw Permalink Normal View History

2024-12-19 12:47:59 +00:00
RewriteEngine On
RewriteBase /subdirectory
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /index.html [L]