orangecms/orangecms/master/.htaccess - Htaccess File

orangecms/orangecms/master/.htaccess

<IfModule mod_rewrite.c>
  # taken from https://codex.wordpress.org/htaccess :)
  RewriteEngine On
  RewriteBase /
  RewriteRule ^index.php$ - [L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule . /index.php [L]

#  RewriteCond $1 !^(index.php|robots.txt)
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache