Files
my-portfolio/dist/api/.htaccess
T
2022-07-29 20:00:36 +01:00

4 lines
120 B
ApacheConf

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