josephspurrier/surfstack-wamp/master/webroot/localhost/public/genghis/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
## Uncomment and update the path if Genghis is not in your web root.
# RewriteBase /genghis
## Use pretty URLs
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) genghis.php/$1 [L,QSA]
</IfModule>
<IfModule mod_env.c>
## Specify default MongoDB servers
SetEnv GENGHIS_SERVERS 127.0.0.1:27017
</IfModule>
Files
