forked from loafle/openapi-generator-original
* [Slim] Change htaccess to official Slim docs contains more simple htaccess example. https://www.slimframework.com/docs/v3/start/web-servers.html#apache-configuration * [Slim] Refresh samples
6 lines
173 B
ApacheConf
6 lines
173 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule ^ index.php [QSA,L]
|
|
</IfModule> |