diff --git a/README.md b/README.md index b03b773..42713f5 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,11 @@ location / { Nothing special is required for Apache to work. We've include the `.htaccess` file in the `public` folder. If rewriting is not working for you, please check that the `mod_rewrite` module (htaccess support) is enabled in the Apache configuration. ```htaccess - + Options -MultiViews + + + RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php [QSA,L] @@ -83,7 +86,6 @@ On IIS you have to add some lines your `web.config` file. If rewriting is not wo -