microserviciile de register, login finalizate

This commit is contained in:
Cerbu Andrei Mihnea
2023-06-15 22:21:53 +03:00
parent a739a66ae4
commit 4e585ba278
159 changed files with 4775 additions and 1747 deletions
+2 -12
View File
@@ -1,14 +1,4 @@
ErrorDocument 403 /404.php
ErrorDocument 404 /404.php
DirectoryINdex index.php
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?page=$1 [L,QSA]
RewriteCond %{REQUEST_URI} !^/$
RewriteCond %{REQUEST_URI} !^/admin
RewriteRule .*/ [L,R=301]
</IfModule>
RewriteRule ^(.*)$ index.php [L]