ProfoundGames/Profoundnet/master/.htaccess - Htaccess File

ProfoundGames/Profoundnet/master/.htaccess

Options +FollowSymlinks
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^([a-zA-Z0-9]+)$ ?page=$1
    RewriteRule ^([a-zA-Z0-9]+)/$ ?page=$1
  
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache