Skip to content

Commit

Permalink
Merge branch 'agupta-docs' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 20, 2015
2 parents 6d19306 + 79f9f2c commit c270cb9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions en/installation/url-rewriting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ You may also take a look at http://wiki.apache.org/httpd/DistrosDefaultLayout fo
# Deny from all
</Directory>

For users having apache 2.4 and above, you need to modify the configuration
file for your ``httpd.conf`` or virtual host configuration to look like the
following::

<Directory /var/www/>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>

#. Make sure you are loading mod\_rewrite correctly. You should
see something like::

Expand Down

0 comments on commit c270cb9

Please sign in to comment.