nsrau/pH7-Social-Dating-CMS/master/_install/sample.htaccess - Htaccess File

nsrau/pH7-Social-Dating-CMS/master/_install/sample.htaccess

Options -MultiViews -Indexes
Options +FollowSymLinks

<IfModule mod_rewrite.c>

    # Tell PHP that the mod_rewrite module is ENABLED.
    SetEnv HTTP_MOD_REWRITE On

    RewriteEngine On

    RewriteRule ^([a-z_]+)/?$ index.php?a=$1 [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache