When I tried to report a post using the [!] button I ended up in a 404 screen. (404 Not Found)
Solved by using https://www.domoticz.com/
Report this post (! button) ends up in a 404 Topic is solved
Moderator: leecollings
- waaren
- Posts: 6028
- Joined: Tuesday 03 January 2017 14:18
- Target OS: Linux
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Report this post (! button) ends up in a 404
Last edited by waaren on Thursday 10 January 2019 14:21, edited 1 time in total.
Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Report this post (! button) ends up in a 404
I think that has to do with moving to another server.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
- gizmocuz
- Posts: 2350
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Report this post (! button) ends up in a 404
No problem when i just tried... still an issue ?
Quality outlives Quantity!
- waaren
- Posts: 6028
- Joined: Tuesday 03 January 2017 14:18
- Target OS: Linux
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Report this post (! button) ends up in a 404
Yes still get a 404 on http://www.domoticz.com/forum/app.php/p ... 407/report (even after clearing cache )
Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
- Varazir
- Posts: 360
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Report this post (! button) ends up in a 404
I still have same and I get the same when I click on the Solved button as well
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- Egregius
- Posts: 2582
- Joined: Thursday 09 April 2015 12:19
- Target OS: Linux
- Domoticz version: v2024.7
- Location: Beitem, BE
- Contact:
Re: Report this post (! button) ends up in a 404
Report button works fine here on https, maybe http is causing the issue?
-
- Posts: 536
- Joined: Friday 23 December 2016 16:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Stable
- Location: Netherlands Purmerend
- Contact:
Re: Report this post (! button) ends up in a 404
I think you tried to report something which was deleted while you were reading it..
- Egregius
- Posts: 2582
- Joined: Thursday 09 April 2015 12:19
- Target OS: Linux
- Domoticz version: v2024.7
- Location: Beitem, BE
- Contact:
Re: Report this post (! button) ends up in a 404
Just tested in another browser, my thought was good
When connected thru http and clicking the report button results in a 404
app.php/post/203111/report
But when connected thru https it works fine
https://www.domoticz.com/forum/app.php/ ... 111/report
The main issue here is that there should be a rewrite rule so all traffic passes over https and none of the users type their user/pass over plain text http connection.
For example for a Apache server:
When connected thru http and clicking the report button results in a 404
app.php/post/203111/report
But when connected thru https it works fine
https://www.domoticz.com/forum/app.php/ ... 111/report
The main issue here is that there should be a rewrite rule so all traffic passes over https and none of the users type their user/pass over plain text http connection.
For example for a Apache server:
Code: Select all
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI}
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
- Varazir
- Posts: 360
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Report this post (! button) ends up in a 404
Confirm works over https
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
Who is online
Users browsing this forum: No registered users and 1 guest