Added auth test
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 11s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 11s
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
ErrorDocument 403 /403.html
|
||||
ErrorDocument 404 /404.html
|
||||
ErrorDocument 500 /500.html
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
# Prüfen, ob die aufgerufene URL mit /index-test beginnt
|
||||
RewriteCond %{REQUEST_URI} ^/index-test(/.*)?$
|
||||
# Umleitung auf das PHP-Skript, Übergabe des originalen Pfads als Parameter
|
||||
RewriteRule ^(.*)$ /auth.php?route=$1 [QSA,L]
|
||||
Reference in New Issue
Block a user