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.

Froxlor + Nginx + Wordpress rewrite

Featured Replies

Guten Abend,

ich habe mich mal wieder dazu entschlossen Froxlor als Software einzusetzen und bin mal wieder mehr als zufrieden.

 

Leider bin ich jetzt an einem Punkt angekommen, wo ich mir nicht mehr helfen kann.

Ich möchte einen Wordpress Blog anlegen. Für ein bestimmtes URL Schema wird jedoch in Worpdress ein rewrite benötigt, welcher so aussieht:

location / {
    # This is cool because no php is touched for static content.
    # include the "?$args" part so non-default permalinks doesn't break when using query string
    try_files $uri $uri/ /index.php?$args;
}

Wenn ich das jetzt in die Domain vHost Settings einfüge, wird aber leider folgendes daraus:

location / {
    index index.php index.html index.htm;
    try_files $uri $uri/ @rewrites;
    try_files $uri $uri/ /index.php?$args;
}

Die Kommentare habe ich mal weg gelassen.

 

Das führt natürlich jetzt zu einem Fehler, da die Config jetzt falsch ist.

Was kann ich tun, damit ich die Config für Wordpress nicht jedesmal per Hand korrigieren muss, da ja bei jedem Erstellen der Configs der Fehler wieder vorhanden ist.

Es gibt eine Einstellung "Keine generierte try_files Anweisung" .... versuchs mal :)

Archived

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

Account

Navigation

Search

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.