formation пре 3 година
родитељ
комит
0027d002e9

+ 1 - 1
angular-client/src/app/components/home/home.component.html

@@ -22,7 +22,7 @@
         </div>
 
         <div class=" row justify-content-center mt-3">
-            <button class="col-8 col-md-4 color-theme" mat-raised-button color="primary" type="submit" routerLink="/login">Je participe</button>
+            <button class="col-8 col-md-4 color-theme" mat-raised-button color="primary" type="submit" routerLink="/admin">Je participe</button>
         </div>
 
     </div>

+ 4 - 4
build/docker/httpd/httpd.conf

@@ -196,7 +196,7 @@ LoadModule dir_module modules/mod_dir.so
 #LoadModule speling_module modules/mod_speling.so
 #LoadModule userdir_module modules/mod_userdir.so
 LoadModule alias_module modules/mod_alias.so
-LoadModule rewrite_module modules/mod_rewrite.so
+#LoadModule rewrite_module modules/mod_rewrite.so
 
 <IfModule unixd_module>
 #
@@ -260,7 +260,7 @@ ServerName angular-preprod.foodgame.fr
 # <Directory> blocks below.
 #
 <Directory />
-    AllowOverride All
+    AllowOverride none
     Require all denied
 </Directory>
 
@@ -297,7 +297,7 @@ DocumentRoot "/usr/local/apache2/htdocs"
     # It can be "All", "None", or any combination of the keywords:
     #   AllowOverride FileInfo AuthConfig Limit
     #
-    AllowOverride All
+    AllowOverride None
 
     #
     # Controls who can get stuff from this server.
@@ -410,7 +410,7 @@ LogLevel warn
 # CGI directory exists, if you have that configured.
 #
 <Directory "/usr/local/apache2/cgi-bin">
-    AllowOverride All
+    AllowOverride None
     Options None
     Require all granted
 </Directory>