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.

Internal Server Error

Featured Replies

When I place a htaccess file in a customer doc root it works ok until I add any content to it then I get a 500 internal server error. Here is a sample of what is in the htaccess file:

RewriteEngine On
RewriteCond $1 !^(index\.php|assets|downloads|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

Im using fcgid and here is the vhost conf file:

  ServerName ************.uk
  ServerAlias *.**************.uk
  ServerAdmin ********@gmx.com
  DocumentRoot "/var/customers/webs/********/"
  FcgidIdleTimeout 30
  SuexecUserGroup "*******" "********"
  <Directory "/var/customers/webs/*******/">
    <FilesMatch "\.(php)$">
      SetHandler fcgid-script
      FcgidWrapper /var/www/php-fcgi-scripts/********/**********.uk/php-fcgi-starter .php
      Options +ExecCGI
    </FilesMatch>
    Order allow,deny
    allow from all
  </Directory>
  ErrorLog "/var/customers/logs/*******-error.log"
  CustomLog "/var/customers/logs/******-access.log" combined

Any ideas?

i would guess wrong user:group of the files.. But please post your error_log ans suexec_log

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.