ramon82/2048generator/master/.htaccess - Htaccess File

ramon82/2048generator/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^([-A-z0-9]+)$ game.php?alias=$1 [QSA,L]
    #RewriteRule ^(.*)$ game.php?alias=$1 [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache