Tyralcori/RedSheepCMS/master/.htaccess - Htaccess File

Tyralcori/RedSheepCMS/master/.htaccess

RewriteEngine on

RewriteCond $1 !^(index.php|assets|robots.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

<<<<<<< HEAD
RewriteCond %{QUERY_STRING} ^(%2d|-)[^=]+$ [NC]
RewriteRule ^(.*) $1? [L]
=======

>>>>>>> a1d6ae493c9306a74a2f934405d48575cdd61fc4

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, QUERY_STRING, REQUEST_URI

Comments

Apache