Skip to content

Commit

Permalink
Update docs.md (#365)
Browse files Browse the repository at this point in the history
Option not activate by default for apache webserver on openSUSE for example.
  • Loading branch information
Doctor-Who authored and flaviocopes committed Jan 9, 2017
1 parent 33f76f8 commit 867f24e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/11.troubleshooting/01.page-not-found/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ It is **strongly advised** to unzip Grav and move the **entire folder** into pla
### AllowOverride All

In order for the Grav-provided `.htaccess` to be able to set the rewrite rules required for routing to work properly, Apache needs to first read the file. when your `<Directory>` or `<VirtualHost>` directive is setup with `AllowOverride None`, the `.htaccess` file is completely ignored. The simplest solution is to change this to `AllowOverride All`
where RewriteRule is used, **FollowSymLinks** or **SymLinksIfOwnerMatch** needs to be set in Options directive. Simply add on the same line '+FollowSymlinks' after 'Options'

More details on `AllowOverride` and all the possible configuration options can be found in the [Apache Documentation](http://httpd.apache.org/docs/2.4/mod/core.html#allowoverride).

Expand Down

0 comments on commit 867f24e

Please sign in to comment.