sitthykun/tinynamespace/master/.htaccess - Htaccess File

sitthykun/tinynamespace/master/.htaccess

RewriteEngine On
  RewriteBase /

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d

  # backend
  RewriteRule ^backend/$ index.php?uri=$1 [NC]
  RewriteRule ^backend/(.*)$ index.php?uri=$1 [NC]
  RewriteRule ^backend/(.*).html$ index.php?uri=$1 [NC]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache