openapi-generator/samples/server/petstore/slim/SwaggerServer/.htaccess

5 lines
147 B
ApacheConf
Raw Normal View History

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?_url=/$1 [QSA,L]
</IfModule>