https://wiki.ddnet.org | This channel is dedicated to anything related to the official Wiki, feel free contribute, improve and discuss it! Any contribution is always welcome. Matrix: #ddnet-wiki:matrix.org
Between 2023-10-01 00:00:00Z and 2023-10-02 00:00:00Z
There are numerous graphics (gfx) related bugs users encountered. Not all are fixable, but might have workarounds.
This site is there to collect these to help those encountering the same issues.
@Ryozuki I've got media wiki on sedonya.ru
I made a subdomain sclient.sedonya.ru
I added it to .htacces:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} !^/sclient/index.html
RewriteCond %{HTTP_HOST} ^sclient.sedonya.ru$ [NC]
RewriteRule ^index\.html(.*)$ /sclient/$1 [L,QSA]
But when I go to sclient.sedonya.ru, I am still taken to sedonya.ru instead of publick_html/sclient/index.html
I contacted tech support, they said that the problem is in the CMS(edited)
17:02
But mediawiki tech support doesn't answer me, so I decided to post here