-
```
What steps will reproduce the problem?
1. Download the archive with wget http://rsslounge.aditu.de/index/download
2. Unzip the archive in /home/rsslounge/www/rsslounge
3. Add an alias in my apache…
-
```
What steps will reproduce the problem?
1. Download the archive with wget http://rsslounge.aditu.de/index/download
2. Unzip the archive in /home/rsslounge/www/rsslounge
3. Add an alias in my apache…
-
Looks to me like this is missing an htaccess rewrite. Here's what I'm using to get it working.
file: .htaccess
contents:
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{R…
-
I have setup my Proftpd server on AWS EKS pod,
where my Dockerfile as:
```
# Use Ubuntu as the base image
FROM ubuntu:20.04
# Install required packages, including ProFTPD with mod_ident
RUN …
-
(Forge 1.20.1)
I don't know if this is intended behavior or not, but it seems like furnace minecarts only power up (ie: start moving and using fuel) when they are chained to another minecart (ie: cha…
-
I just upgraded to mod_pagespeed 1.13.35.2. I hoped that I could finally get rid of `script-src 'unsafe-eval'` in my content security policy. So I added `ModPagespeedHonorCsp on` to my configuration. …
-
This is on -H version with latest OS:
RG35XXH-V1.1.3-EN16GB-240614-MOD-v2.5.img
Tried reinstalling & rewrite upgrade etc., no good.
2 Questions please:
1) Please after fixing let us know…
-
Nach welcher Art?
1. viewpage.php?pageid=1&pagename
2. viewpage/1/pagename
3. viewpage_1_pagename
4. ist relativ einfach zu realisieren, habe aber noch keine Erfahrungswerte
5. so wie in allen anderen…
-
It's currently difficult to refer to specific assets in e-mails or issues.
E.g. if you copy the URL of an asset (https://demo.openremote.app/manager/#/assets/false/4w1CElB2Olsn17uoKA1ktn) and paste…
wborn updated
2 weeks ago
-
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]