You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.
After I run the setup and I try to log in but he keeps me on the index page but he does not find it. I think my .htaccees works fine but idk where my problem is.
After I run the setup and I try to log in but he keeps me on the index page but he does not find it. I think my .htaccees works fine but idk where my problem is.
[.htaccess]
RewriteEngine On
RewriteBase /support/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . /support/index.php [L]
The text was updated successfully, but these errors were encountered: