Melmer/BrowserInfo/master/.htaccess - Htaccess File

Melmer/BrowserInfo/master/.htaccess

<IfModule mod_rewrite.c>
    Options +FollowSymlinks
    RewriteEngine On

  RewriteCond %{REQUEST_URI} ^/process [NC]
  RewriteRule ^(.*)$ /process.php [L]
    

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^/(.*)$ index.php [QSA,L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache