Jump to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Permission denied: .htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable

Featured Replies

I've just configured a brand new froxlor install and created a new customer and a new domain. When I try to access the URL in a browser I receive a "Forbidden" error. The apache log file reads, "Permission denied: /home/benepha/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable". Once I chown -R 755 the web root, it functions correctly; however, creating a new domain continues to cause the same "Forbidden" error. Must I manually chown -R 755 every new domain's web root? Or is there a way to make the virtual user create these permissions automatically somewhere in the apache config. Using Ubuntu 12.04

Open scripts/jobs/cron_tasks.php and change the line

safe_exec('chmod 0750 ' . escapeshellarg($userhomedir));

to

safe_exec('chmod 0755 ' . escapeshellarg($userhomedir));

Will be fixed in the next version.

Archived

This topic is now archived and is closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.