Files
earvin 646e63a890
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good
Fix htaccess
2024-07-21 03:03:16 +02:00

11 lines
339 B
ApacheConf

#AuthUserFile "/etc/apache2/passwd.pass"
#AuthName "Please Enter Password"
#AuthType Basic
#Require valid-user
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP:Authorization} .+
RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>