0x43/genghis/master/.htaccess - Htaccess File

0x43/genghis/master/.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 admin:hunter2@mongo.dev;localhost
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache