Patrick B

Results 21 comments of Patrick B

@camillo777 The rewrite rules are in the .htaccess. Perhaps check if mod_rewrite is available / enabled. On ubuntu `sudo a2enmod rewrite` and then restart apache2.

The default .htaccess already has rewrite enabled. The site definition will need "AllowOverride All" or something similar for the .htaccess to take effect. Are you able to post your site...

is this .htaccess the one in the root of htmly? Have you tried using the default one first? Could you share your site definition file from apache? On ubuntu this...

https://github.com/danpros/htmly/blob/master/.htaccess I would suggest to try using the original .htaccess that is included first. Inside, it will enable the rewrite engine if it is available.

Most, if not all, would normally be done in the web server config files or in the site definition. Just for quick reference: phpbb and MediaWiki would show the same...

I just confirmed this on a ubuntu/apache2. I am able to delete a file in htmly's root directory.

I found two extensions that cause it for me - https://addons.mozilla.org/en-US/firefox/addon/darkreader/ (if i have darkmode enabled via the extension) - https://addons.mozilla.org/en-US/firefox/addon/plasma-integration/

I have this problem occurring. Firefox 86.0.1 Firefox console: ``` Uncaught TypeError: background.parentNode is null Markdown.Editor.js:1760:17 linkEnteredCallback https://website.../Markdown.Editor.js:1760 https://website.../editor.js:57 jQuery 9 dispatch handle add sa each each sa on b...

Found a workaround at Markdown.Editor.js:1760, remove `background.parentNode.removeChild(background);` and replace with `background.remove();` This will break compatibility with IE, MDN has a polyfill available https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/remove#polyfill but still does not work with IE...

I realized I forgot to mention, switching to Pulseaudio is a workaround for anyone else looking to get this working without messing around with tricking the device order and the...