RedSign77/rsfw/master/.htaccess - Htaccess File

RedSign77/rsfw/master/.htaccess

<ifmodule mod_rewrite.c>
  RewriteEngine on
  RewriteBase /
  RewriteRule ^$          index.php       [L]
  RewriteCond %{REQUEST_FILENAME}         !-f
  RewriteCond %{REQUEST_FILENAME}         !-d
  RewriteCond $1 !^(index.php|admin|robots.txt)
  RewriteRule (.*)        index.php?req=$1  [QSA,L]
</ifmodule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache