Skip to content

Commit

Permalink
Protip for fixing rewrite rules
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmd committed Oct 1, 2014
1 parent 11ea9ef commit 3c86e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ piece of the puzzle, please send a pull-request.

* Copy everything in <code>www</code> to a web server running Apache with <code>mod_php</code> and <code>php5-mcrypt</code>.
* Enable <code>AllowOverrides all</code> for the root.
* If some of your rewrite rules like <code>^account/password$</code> aren't working, try <code>Options -MultiViews</code>.
* Copy <code>include/config.php.example</code> to <code>include/config.php</code> and edit it.
* Ensure that the <code>templates_c</code> directory can be written to by your webserver.
* Load the schema into mysql: <code>mysql -uwww -Dflamework -p < schema/db_main.schema</code>
Expand Down

0 comments on commit 3c86e61

Please sign in to comment.