uni-gamecms icon indicating copy to clipboard operation
uni-gamecms copied to clipboard

CGI!

Open Andrian1994 opened this issue 2 years ago • 0 comments

AddDefaultCharset utf-8

RewriteBase / Options All Options -Indexes Options +FollowSymLinks

RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l

<IfModule !mod_rewrite.c> RewriteRule ^(.*)$ index.php/$1 [L,QSA] </IfModule>

RewriteRule ^(.*)$ index.php?/$1 [L,QSA]

have error ERR_TOO_MANY_REDIRECTS!!

Andrian1994 avatar Feb 04 '23 15:02 Andrian1994