diff options
| author | horus | 2026-06-27 05:40:45 +0200 |
|---|---|---|
| committer | horus | 2026-06-27 05:40:45 +0200 |
| commit | 7ff83424592cd5a3c58fe2e6d7e67aeef5144caf (patch) | |
| tree | dafafa6f83c80c8bb2ee3c0b58961197a3f2a73c /ssh/public/.htaccess | |
| parent | b608ced142cd0527906b554e04376292f718f084 (diff) | |
| download | curious-7ff83424592cd5a3c58fe2e6d7e67aeef5144caf.tar.gz | |
merge
Diffstat (limited to 'ssh/public/.htaccess')
| -rw-r--r-- | ssh/public/.htaccess | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ssh/public/.htaccess b/ssh/public/.htaccess deleted file mode 100644 index 3aec5e2..0000000 --- a/ssh/public/.htaccess +++ /dev/null @@ -1,21 +0,0 @@ -<IfModule mod_rewrite.c> - <IfModule mod_negotiation.c> - Options -MultiViews -Indexes - </IfModule> - - RewriteEngine On - - # Handle Authorization Header - RewriteCond %{HTTP:Authorization} . - RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] - - # Redirect Trailing Slashes If Not A Folder... - RewriteCond %{REQUEST_FILENAME} !-d - RewriteCond %{REQUEST_URI} (.+)/$ - RewriteRule ^ %1 [L,R=301] - - # Send Requests To Front Controller... - RewriteCond %{REQUEST_FILENAME} !-d - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^ index.php [L] -</IfModule> |
