-
title
-
I have tried to remove index.php on mod_rewrite your CI HMVC package
I have no idea why it is not working
My env:
- XAMPP with PHP 7.4
- Windows 10
Can someone help?
-
**Thanos, Prometheus and Golang version used**:
Thanos@0.36.1
Go@1.21
Also tested with:
thanos@main (v0.35.2-0.20241017120053-731e4607d34a according to go.mod)
go@1.23.2
Confirmed issue do…
-
### What I Did
I created a proFTPd instance with a `ftp` and `sftp` service.
Both do share this section of the config:
```
AllowOverwrite off
Al…
-
### What I Did
I want to achieve, that users are not able to set custom permissions for files and folders via SFTP. Each file should have a `0600` permission and each folder a `0700` permission.
…
-
optei por POST por default por causa do rewrite.
GET seria mais adequado na maioria das requisições.
Ajax monta a query string.
BUG: fazer o rewrite dos params da query string na ordem correta dos…
-
```
The common way to force HTTP traffic over to HTTPS is to use mod_rewrite like
so:
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
as described in e.g.:
http://www.c…
-
**Describe the mod you'd like to add, remove, or change**
Rewrites Minecraft RNG system, making random operations much faster
https://modrinth.com/mod/faster-random
**List alternative mods or sol…
-
## Issue Description
Currently when a request is made for path on va.gov like this one "https://www.va.gov/education/how-to-apply" there is a rewrite of the url to make it "https://www.va.gov/educat…
-
If we have some pre-rewriter code that does `fn_ptr == 0`, this gets rewritten to `IA2_ADDR(fn_ptr) == IA2_ADDR((fn_struct)0)`. The latter `IA2_ADDR` is incorrect, since the "address" being taken is a…